RSS <docs> 元素
<docs> 元素规定指向当前 RSS 文件所用格式说明的 URL
作为 RSS 订阅器作者,你应该重视这个 URL,以使你的 RSS 订阅器有着最大的兼容性 作为 RSS 内容提供者,你应该采用 W3C 推荐的标准制作一个标准的 RSS 格式文档
语法
<docs>https://cyber.harvard.edu/rss/rss.html</docs>
范例
<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0"> <channel> <title>简单编程首页</title> <link>https://www.twle.cn</link> <description>简单教程[www.twle.cn]以编程开发所需掌握的语言和知识入手...</description> <docs>https://cyber.harvard.edu/rss/rss.html</docs> <item> <title>HTML 基础教程</title> <link>https://www.twle.cn/l/yufei/html/html-basic-index.html</link> <description>HTML 基础教程</description> </item> <item> <title>Python2 基础教程</title> <link>https://www.twle.cn/l/yufei/python27/python27-basic-index.html</link> <description>Python2 基础教程</description> </item> </channel> </rss>