<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Feed title</title>
    <link>Feed link</link>
    <description>Feed description</description>
    <item>
      <title>Item title</title>
      <link>Item link</link>
      <description>Item description</description>
      <content:encoded><![CDATA[Content 'encoded' & &#039;translated&#039; into <html> "special" &quot;characters&quot;]]></content:encoded>
    </item>
  </channel>
</rss>
