YouTip LogoYouTip

Rss Tag Cloud

RSS cloud Element |

-- Learning technology, but also dreams!

RSS Tutorial RSS TutorialRSS IntroductionRSS HistoryRSS SyntaxRSS channel ElementRSS item ElementRSS Publish Your FeedRSS ReaderRSS ExamplesRSS Reference Manual RSS Examples RSS copyright Element Explore further Feed aggregation and social bookmarks Feed Internet software AI tools, chatbots, and virtual assistants Web applications and online tools Blog resources and services

RSS <cloud> Element


Image 3: RSS Reference Manual Complete RSS Reference Manual


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 Β»

Image 4: RSS Reference Manual Complete RSS Reference Manual

← Rss Tag CopyrightRss Tag Category Channel β†’