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 subtitle Element
How To Generate a Feed subtitle Element? - RSS FAQs - Atom Feed File Structure and Elements
✍: FYIcenter.com
The <subtitle> element is not a required sub-element of the <feed> element. But it is strongly recommended that you provide a subtitle element for each of your feed documents. You should follow the same rules on Web page description meta elements to generate your Atom feed subtitle elements.
One strategy is to use the same value of the description meta element 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 the following description meta element:
<meta name="description" content="The top 10 popular entries of this week on our comprehensive collection of Webmaster FAQs."/>
Now you want to generate an Atom feed for that Web page. Obviously, you should borrow value from the description meta element of that page:
<title>The Most Popular FAQ Entries for Webmasters</title> <subtitle>The top 10 popular entries of this week on our comprehensive collection of Webmaster FAQs."</subtitle>
2007-05-12, 5004👍, 0💬
Popular Posts:
What Happens If the UPDATE Subquery Returns Multiple Rows? - Oracle DBA FAQ - Understanding SQL DML ...
What are the different elements in Functions points? The different elements in function points are a...
How do we create DCOM object in VB6? Using the CreateObject method you can create a DCOM object. You...
How To Get the Minimum or Maximum Value of an Array? - PHP Script Tips - PHP Built-in Functions for ...
it will be very helpful if you send some important Questions with Answers of DBMS Tell us what types...