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

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

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

RSS <channel> 元素 語法

RSS 的 <channel> 元素可描述 RSS feed。

RSS <channel> 元素 範例

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
 <channel>
  <title>中文網首頁</title>
  <link>http://www.php.cn</link>
  <description>免費程式設計教學</description>
  <item>
    <title>RSS 教學</title>
    <link>http://www.php.cn/rss</link>
    <description>中文網 Rss 教學</description>
  </item>
  </channel>
 </rss>