RSS <docs> మూలకం

నిర్వచనం మరియు ఉపయోగం

<docs> మూలకం ప్రస్తుత RSS ఫైల్ వినియోగించబడుతున్న ఫార్మాట్ వివరణల పోస్ట్ పోస్ట్ ను నిర్దేశిస్తుంది.

ఉదాహరణ

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
  <title>CodeW3C.com Home Page</title>
  <link>http://www.codew3c.com</link>
  <description>Free web building tutorials</description>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
    <title>RSS Tutorial</title>
    <link>http://www.codew3c.com/rss</link>
    <description>New RSS tutorial on CodeW3C.com</description>
  </item>
</channel>
</rss>