RSS <docs> एलीमेंट
व्याख्या और उपयोग
<docs> एलीमेंट वर्तमान RSS फाइल के फॉर्मेट व्याख्यान के लिए URL को निर्दिष्ट करता है。
उदाहरण
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>CodeW3C.com होम पेज</title> <link>http://www.codew3c.com</link> <description>मुफ्त वेब बिल्डिंग ट्यूटोरियल</description> <docs>http://blogs.law.harvard.edu/tech/rss</docs> <item> <title>RSS ट्यूटोरियल</title> <link>http://www.codew3c.com/rss</link> <description>नया RSS ट्यूटोरियल पर कोडवू3सी.कॉम</description> </item> </channel> </rss>