Easy Tutorial
❮ Rss Tag Author Rss Tag Category Item ❯

RSS <docs> Element



Definition and Usage

The <docs> element specifies the URL pointing to the format documentation for the current RSS file.


Example

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
    <title>tutorialpro.org Homepage</title>
    <link>http://www.tutorialpro.org</link>
    <description>Free Programming Tutorials</description>
    <docs>https://cyber.harvard.edu/rss/rss.html</docs>
    <item>
        <title>RSS Tutorial</title>
        <link>http://www.tutorialpro.org/rss</link>
        <description>tutorialpro.org RSS Tutorial</description>
    </item>
</channel>
</rss>

❮ Rss Tag Author Rss Tag Category Item ❯