<?xml version="1.0" encoding="UTF-8"?> 
<rss version="2.0"
  xmlns:excerpt="http://wordpress.org/export/1.0/excerpt/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wp="http://wordpress.org/export/1.0/">
<channel>

<item>
  <title>title</title>
  <content:encoded><![CDATA[foo]]></content:encoded>
  <wp:status>publish</wp:status>

  <wp:comment>
    <wp:comment_author_IP>1.2.3.4</wp:comment_author_IP>
    <wp:comment_author_email>a@b.c</wp:comment_author_email>
    <wp:comment_author>ryan</wp:comment_author>
    <wp:comment_content>bar</wp:comment_content>
    <wp:comment_approved>1</wp:comment_approved>
  </wp:comment>
</item>

</channel>
</rss>

