<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <id>Feed id</id>
  <title type="text">Feed title</title>
  <updated>Feed updated</updated>
  <entry>
    <id>Entry id 1</id>
    <title>Entry title 1</title>
    <updated>2007-11-14T16:23:40+01:00</updated>
    <content:encoded><![CDATA[Content 'encoded' & &#039;translated&#039; into <html> "special" &quot;characters&quot;]]></content:encoded>
  </entry>
</feed>
