<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[My Blog]]></title>
        <description><![CDATA[My Blog]]></description>
        <link>https://myblog.com</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Thu, 13 Aug 2020 09:19:50 GMT</lastBuildDate>
        <atom:link href="https://myblog.com/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[My First Blog Post]]></title>
            <description><![CDATA[My first blog post.]]></description>
            <link>/posts/hello-world</link>
            <guid isPermaLink="false">/posts/hello-world</guid>
            <dc:creator><![CDATA[Bob]]></dc:creator>
            <pubDate>Wed, 18 Sep 2019 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>