<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>Feed id</id>
  <title type="text">Feed title</title>
  <updated>Feed updated</updated>
  <entry>
    <id>Entry id</id>
    <title>Entry title</title>
    <updated>2007-11-14T16:23:40+01:00</updated>
    <source>
      <subtitle type="html">Source subtitle</subtitle>
    </source>
  </entry>
</feed>
