RSS实例
时间:2010-03-08 来源:legend_xin
RSS实例
1.在服务器上建立一个RSS文件XML格式 #Vi /rss/test.xml <rss version="2.0"><channel>
<item>
<title>Title Demo</title>
<link>http://demo.com/shownews.php?id=2/link>
<pubDate>25 Feb GMT</pubDate>
<description>To sign-up trial of demo, please visit: &l href="http://demo.com/demo.php">http://demo.com/demo.php</a>.
</description>
</item>
<item>
<title>demo , Feb!!</title>
<link>http://demo.com/shownews.php?id=1</link>
<pubDate>15 Jan 20 GMT</pubDate>
<description> Test
</description>
</item>
</channel>
</rss> 2.在html中加入
<rss>http://demo.com/rss/test.xml|charset=UTF-8|date|max=5</rss>
相关阅读 更多 +