RSS <cloud> 元素
❮ 完整的 RSS 参考
定义和用法
<cloud> 元素用于向云注册进程,以便立即通知频道更新。
提示和注释
注释: 云可以在 xml-rpc 或 soap 中实现。
实例
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>W3Schools Home Page</title>
<link>https://www.w3ccoo.com</link>
<description>Free web building tutorials</description>
<cloud domain="www.w3ccoo.com" port="80" path="/RPC"
registerProcedure="NotifyMe" protocol="xml-rpc" />
<item>
<title>RSS Tutorial</title>
<link>https://www.w3ccoo.com/xml/xml_rss.asp</link>
<description>New RSS tutorial on W3Schools</description>
</item>
</channel>
</rss>
❮ 完整的 RSS 参考