<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <link>http://www.example.com/archives/1</link>
    <description>entry summary</description>
    <content:encoded>ENTRY CONTENT WITH &lt;b&gt;EMBEDDED MARKUP&lt;/b&gt;</content:encoded>
  </item>
  </channel>
</rss>