RSS <cloud> 元素

定义和用法

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

提示和注释

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

实例

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

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

</rss>
成品网站超市图标