RSS cloud Element |
-- Learning technology, but also dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
RSS <cloud> Element
Definition and Usage
The element allows all processes to register a cloud for obtaining channel update notifications and implementing a lightweight publish-subscribe protocol for rss feeds.
Tips and Notes
Note: Cloud can be implemented using xml-rpc or soap.
Example
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Home</title>
<link>
<description>Free Programming Tutorial</description>
<cloud domain="www." port="80" path="/RPC" registerProcedure="NotifyMe" protocol="xml-rpc"/>
<item>
<title>RSS Tutorial</title>
<link>
<description> Rss Tutorial</description>
<category>RSS</category>
</item>
</channel>
</rss>
Try it Β»
YouTip