Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How To Generate a Feed title Element
How To Generate a Feed title Element? - RSS FAQs - Atom Feed File Structure and Elements
✍: FYIcenter.com
The <title> element is a required sub-element of the <feed> element. The title element should contain a short but human readable title of the feed document. You should follow the same rules on Web page title elements to generate your Atom feed title elements.
One strategy is to use the same title as the Web page that your Atom feed is based on. For example, if your Web site provides a Web page for the most popular FAQ entries for Webmasters. That Web page has a title called: "The Most Popular FAQ Entries for Webmasters". Now you want to generate an Atom feed for that Web page. Obviously, you should the same title as that page:
<title>The Most Popular FAQ Entries for Webmasters</title>
2007-05-12, 4871👍, 0💬
Popular Posts:
What Are the Parameter Modes Supported by PL/SQL? - Oracle DBA FAQ - Creating Your Own PL/SQL Proced...
What's the difference between J2SDK 1.5 and J2SDK 5.0? There is no difference, Sun Microsystems just...
Jack developed a program by using a Map container to hold key/value pairs. He wanted to make a chang...
How To Manage Transaction Isolation Level? - Oracle DBA FAQ - Introduction to PL/SQL Transaction iso...
How do I use forms? The basic syntax for a form is: <FORM ACTION="[URL]">...&l t;/FORM>Wh...