title

RSSTitle Element

<title>...</title> - The RSS Title element has 4 uses. It is used to specify thetitle of a <channel>, an <image>, an <item>, or a <textinput>.

The RSStitle element contain onlyplain 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>
    

Attributes

none

Sub-elements

none

Parent Elements

The table below shows a list of RSS elements that this element can be a child of.

<tr> <th>Name</td> <th>Tag</td> <th>0.90</td> <th>N 0.91 R1</td> <th>N 0.91 R3</td> <th>U 0.91</td> <th>0.92</td> <th>0.93</td> <th>0.94</td> <th>1.0</td> <th>2.0</td> </tr> <tr> <td>RSS Channel Element</td> <td><channel></td> <td>✔</td> <td>✔</td> <td>✔</td> <td>✔</td> <td>?</td> <td>?</td> <td>?</td> <td>?</td> <td>?</td> </tr> <tr> <td>RSS Image Element</td> <td><image></td> <td>✔</td> <td>✔</td> <td>✔</td> <td>✔</td> <td>?</td> <td>?</td> <td>?</td> <td>?</td> <td>?</td> </tr> <tr> <td>RSS Item Element</td> <td><item></td> <td>✔</td> <td>✔</td> <td>✔</td> <td>✔</td> <td>?</td> <td>?</td> <td>?</td> <td>?</td> <td>?</td> </tr> <tr> <td>RSS Text Input Element</td> <td><textinput></td> <td>✔</td> <td>✔</td> <td>✔</td> <td>✔</td> <td>?</td> <td>?</td> <td>?</td> <td>?</td> <td>?</td> </tr> </table> </center>

See Also

none


RSS Element</td> <th colspan="9" style="text-align:center">RSS Version