<?xml version="1.0" encoding="utf-8"?>
<feed
  xmlns="http://www.w3.org/2005/Atom">
  <link rel="describedby" href="http://ecw.example.org/powder1.xml" />
  <title>The English Civil War</title>
  <link href="http://ecw.example.org/"/>
  <updated>2007-10-30T15:00:00Z</updated>
  <author>
    <name>John Doe</name>
  </author>
  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>

  <entry>
    <title>Charles I</title>
    <link href="http://ecw.example.org/charles1.html"/>
    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
    <updated>2007-06-04T09:39:21Z</updated>
    <summary>Charles I came to the throne believing in his Divine Right to rule...</summary>
  </entry>

  <entry>
    <link rel="describedby" href="http://monarchy.example.org/powder2.xml" />
    <title>Divine Right</title>
    <link href="http://monarchy.example.org/divine_right.html"/>
    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6b</id>
    <updated>2007-06-06T13:43:54Z</updated>
    <summary>Divine Right was claimed by several English monarchs, notably Charles I...</summary>
  </entry>

</feed>