<전체 RSS 참조
정의 및 사용
<cloud> 요소는 채널의 업데이트를 즉시 통보하는 구름 프로세스를 등록하는 데 사용됩니다.
팁과주의 사항
Note: 구름 있습니다 XML-RPC 또는 비누로 구현 될 수있다.
예
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>w3ii Home Page</title>
<link>http://www.w3ii.com</link>
<description>Free web building tutorials</description>
<cloud domain="www.w3ii.com" port="80" path="/RPC"
registerProcedure="NotifyMe" protocol="xml-rpc" />
<item>
<title>RSS Tutorial</title>
<link>http://www.w3ii.com/xml/xml_rss.html</link>
<description>New RSS tutorial on w3ii</description>
</item>
</channel>
</rss>
<전체 RSS 참조