<title>...</title> - The RSS Title element has 4 uses. It is used to specify the title of a <channel>, an <image>, an <item>, or a <textinput>.
The RSS title element contain only plain text data.
NOTE: in Userland's RSS 0.91 there is a 100 character maximum limit.
Netscape RSS 0.91 Revision 3 Example
<?xml version="1.0"?>
<!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
<channel>
<title>Advogato</title>
<link>http://www.advogato.org/article/</link>
<description>Recent Advogato articles</description>
<language>en-us</language>
<image>
<link>http://www.advogato.org/</link>
<title>Advogato</title>
<url>http://www.advogato.org/image/tinyadvogato.png</url>
</image>
<item>
<title>Why can I not get any tang?!</title>
<link>http://www.advogato.org/article/10101.html</link>
<description>Seriously. Why can't I get any tang?</description>
</item>
</channel>
</rss>
The table below shows a list of RSS elements that this element can be a child of.
| RSS Element</td> <th colspan="9" style="text-align:center">RSS Version |
|---|
Page last modified 13:06, 1 Mar 2006 by Ptak82