Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
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, 4629👍, 0💬
Popular Posts:
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
What are the five levels in CMMI? There are five levels of the CMM. According to the SEI, Level 1 – ...
What are database triggers? How are the triggers fired? Read this collection of questions and answer...
How you will enable front-end validation based on the xml in validation.xml? The <html:javascr...
How Is the Width a Parent Element Related to Child Elements? - CSS Tutorials - Understanding Multipl...