Parse RSS channel metadata and items, including dates, GUIDs, categories, and enclosures.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
RSS XML becomes channel and item fields while namespaced extensions remain available. Items keep source order unless sorting is requested, and raw date text can be retained alongside normalized values.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>My Blog</title>
<link>https://example.com</link>
<description>A personal blog</description>
<item>
<title>Hello World</title>
<link>https://example.com/hello</link>
<description>My first post</description>
</item>
</channel>
</rss>
Title: Hello World Link: https://example.com/hello Description: My first post
Feed readers, release dashboards, and RSS-to-Atom migrations parse feeds.