About this format
RSS is a web feed format in XML used to publish frequently updated works, like blog entries and news headlines.
Example Data
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>fmtly Blog</title>
<link>https://fmtly.dev/blog</link>
<description>Latest news from fmtly</description>
<item>
<title>New JSON Tools Available</title>
<link>https://fmtly.dev/blog/new-json-tools</link>
<description>We just released a new set of JSON formats.</description>
<pubDate>Mon, 01 Jan 2024 12:00:00 GMT</pubDate>
</item>
</channel>
</rss>When to use RSS Feed (XML)
- Syndicating blog content
- Allowing users to subscribe to updates
- Integrating with feed readers