完整 RSS 参考手册
定义和用法
<docs> 元素规定指向当前 RSS 文件所用格式说明的 URL。
实例
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
rss
version
=
"
2.0
"
>
<
channel
>
<
title
>
小白教程首页
</
title
>
<
link
>
http://www.voidme.com
</
link
>
<
description
>
免费编程教程
</
description
>
<
docs
>
https://cyber.harvard.edu/rss/rss.html
</
docs
>
<
item
>
<
title
>
RSS 教程
</
title
>
<
link
>
http://www.voidme.com/rss
</
link
>
<
description
>
小白教程 Rss 教程
</
description
>
</
item
>
</
channel
>
</
rss
>
完整 RSS 参考手册