| 内容 | <?xml version=1.0 encoding=utf-8 ?>
 - <rss version=2.0>
 - <channel>
 <title>网站制作学习网</title>
 <link>http://www.forasp.cn</link>
 <description>学习asp地乐园</description>
 <language>zh-cn</language> 表示中文显示
 <generator>版本</generator>
 <webmaster>forasp.cn</webmaster>
 - <image>
 <title>图片标题</title>
 <url>图片连接</url>
 <link>图片点击后跳转连接</link>
 <width>115</width>
 <height>115</height>
 </image>
 - <item>内容
 <title>内容标题</title>
 <link>内容连接</link>
 <pubdate>发布时间</pubdate>
 - <description>
 - <![cdata[
 数据内容
 </div>
 ]]>
 </description>
 </item>
 </channel>
 </rss>
 |