阅读(3217) (0)

RSS docs 元素

2015-09-26 08:06:29 更新

RSS <docs> 元素

本节为你介绍了 RSS 中 <docs> 元素的使用。


RSS 参考手册 完整 RSS 参考手册

定义和用法

<docs> 元素规定指向当前 RSS 文件所用格式说明的 URL。


实例

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
  <title>W3CSchool Home Page</title>
  <link>http://www.zijiebao.com</link>
  <description>Free web building tutorials</description>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
    <title>RSS Tutorial</title>
    <link>//www.zijiebao.com/rss</link>
    <description>New RSS tutorial on W3CSchool</description>
  </item>
</channel>

</rss>

尝试一下 »

RSS 参考手册 完整 RSS 参考手册