dd

RSS <cloud> 元素


定义和用法

<cloud> 元素允许所有进程注册一个 cloud,用于获得频道的更新通知,并为 rss 种子实现一个轻量级的发布订阅协议。

提示和注释

注意:xml-rpc 或 soap 均可实现 cloud。

实例

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
  <title>W3CSchool Home Page</title>
  <link>http://www.shouce.ren</link>
  <description>Free web building tutorials</description>
  <cloud domain="www.shouce.ren" port="80" path="/RPC"
  registerProcedure="NotifyMe" protocol="xml-rpc" />
    <item>
    <title>RSS Tutorial</title>
    <link>http://www.shouce.ren/rss</link>
    <description>New RSS tutorial on W3CSchool</description>
  </item>
</channel>

</rss>