<rss version="2.0" xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <channel>
    <title>xhtml test feed</title>
    <link>http://example.org</link>
    <description>Test feed for xhtml body element</description>
    <item>
      <title>Test Item</title> 
      <link>http://example.org/post1</link> 
      <description>Here we go!</description> 
      <xhtml:body><xhtml:div><xhtml:p>content here demonstrating use of &lt;xhtml:body&gt; element.</xhtml:p></xhtml:div></xhtml:body>
    </item>
  </channel>
</rss>
