w3pop.com :: 网络学院 :: RSS :: RSS < docs > 元素
The <docs> element specifies an URL to the documentation of the format used in the RSS document.
<docs>元素的作用是:指向当前RSS文件所用格式说明的URL。
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel>
<title>W3pop Home Page</title>
<link>http://www.w3pop.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.w3pop.com/tech/school/rss</link>
<description>New RSS tutorial on W3pop</description>
</item>
</channel>
</rss> |
<docs> 元素
使用<docs>元素的方法
评论 (0)
All