1<?xml version="1.0" encoding="UTF-8" ?>
2<rss version="2.0">
3<channel>
4    <title>RSS Title</title>
5    <description>This is an example of an RSS feed</description>
6    <link>https://www.example.com/main.html</link>
7    <lastBuildDate>Mon, 06 Sep 2010 00:01:00 +0000 </lastBuildDate>
8    <pubDate>Sun, 06 Sep 2009 16:20:00 +0000</pubDate>
9    <ttl>1800</ttl>
10
11    <item>
12        <title>Example entry</title>
13        <description>Here is some text containing an interesting description.</description>
14        <link>https://www.example.com/blog/post/1</link>
15        <guid isPermaLink="false">7bd204c6-1655-4c27-aeee-53f933c5395f</guid>
16        <pubDate>Sun, 06 Sep 2009 16:20:00 +0000</pubDate>
17    </item>
18</channel>
19</rss>
20