透過使用 RSS,您可以選擇性地瀏覽您感興趣的以及與您的工作相關(guān)的新聞。

透過使用 RSS,您可以把需要的資訊從不需要的資訊(兜售訊息,垃圾郵件等)中分離出來。

透過使用 RSS,您可以建立自己的新聞頻道,並將其發(fā)佈到網(wǎng)際網(wǎng)路。

RSS <item> 元素 語法

每個 <item> 元素可定義 RSS feed 中的一篇文章或 "story"。

RSS <item> 元素 範(fàn)例

<?xml?version="1.0"?encoding="UTF-8"??>
<rss?version="2.0">
?<channel>
??<title>php中文網(wǎng)首頁</title>
??<link>http://miracleart.cn</link>
??<description>免費程式設(shè)計教學(xué)</description>
??<item>
????<title>RSS?教學(xué)</title>
????<link>http://miracleart.cn/rss</link>
????<description>php中文網(wǎng)?Rss?教學(xué)</description>
??</item>
??</channel>
?</rss>