<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Website Feed</title>
<link>https://example.com</link>
<description>Latest articles and updates.</description>
<item>
<title>Understanding RSS Feeds</title>
<link>https://example.com/article1</link>
<guid isPermaLink="true">https://example.com/article1</guid>
<pubDate>Mon, 23 Oct 2023 14:30:00 GMT</pubDate>
<description>An introductory guide to RSS feeds and how they work.</description>
</item>
<item>
<title>Web Development Trends 2023</title>
<link>https://example.com/article2</link>
<guid isPermaLink="true">https://example.com/article2</guid>
<pubDate>Fri, 20 Oct 2023 09:15:00 GMT</pubDate>
<description>A look at the latest trends in web development for the current year.</description>
</item>
<item>
<title>Getting Started with XML</title>
<link>https://example.com/article3</link>
<guid isPermaLink="true">https://example.com/article3</guid>
<pubDate>Tue, 17 Oct 2023 16:45:00 GMT</pubDate>
<description>Learn the basics of XML structure and syntax.</description>
</item>
</channel>
</rss>