<?xml version="1.0" encoding="UTF-8"?>

<feed xml:base="http://djpowell.net/tmp/" xml:lang="en"
      xmlns="http://www.w3.org/2005/Atom"
      xmlns:ex="http://example.com/ex/"
      xmlns:html="http://www.w3.org/1999/xhtml">

  <id>http://example.org/feed</id>
  <title>Example Feed</title>
  <link href="http://example.org/" rel="alternate"/>
  <updated>2003-12-13T18:30:02Z</updated>
  <ex:feedid>333</ex:feedid>
  <author xml:base="people/">
    <name>John Doe 2a 3a</name>
    <uri>johns-page</uri>
    <ex:age>25</ex:age>
    <ex:info xml:base="../info/">some <html:i>mixed</html:i> content</ex:info>
  </author>
  <author xml:base="people/">
    <name>James Doe 2a 3a</name>
    <uri>james-page</uri>
    <ex:age>20</ex:age>
    <ex:info xml:base="../info/">some <html:i>mixed</html:i> content</ex:info>
  </author>
  <subtitle type="xhtml">
    <div xmlns="http://www.w3.org/1999/xhtml">
      Some <b>t</b>ext
    </div>
  </subtitle>

  <entry xml:base="entries/" xml:lang="en-GB">
    <source>
      <id>http://example.com/feedid</id>
      <title>source feed</title>
      <updated>2003-12-13T18:40:02Z</updated>
      <author>
        <name>Daves Page 1</name>
        <uri>http://example.com/dave</uri>
      </author>
      <rights>Head rights 1</rights>
    </source>
    <id>vemmi://example.org/1</id>
    <title>Atom-Powered Robots Run Amok [from Daves Page]</title>
    <link href="http://example.org/2003/12/13/atom03"/>
    <updated>2003-12-13T18:30:02Z</updated>
    <content type="text/xml">      
      Some <ex:x> xml </ex:x> content
    </content>
  </entry>

  <entry xml:base="entries/" xml:lang="en-GB">
    <source>
      <id>http://example.com/2</id>
      <updated>2003-12-13T18:40:02Z</updated>
      <rights>Head rights 2</rights>
    </source>
    <id>vemmi://example.org/2003/32397</id>
    <title>Atom-Powered Robots Run Amok [from Daves Page]</title>
    <link href="http://example.org/2003/12/13/atom03"/>
    <updated>2003-12-13T18:30:02Z</updated>
    <content type="text/xml">      
      Some <ex:x> xml </ex:x> content
    </content>
  </entry>

  <entry xml:base="entries/">
    <title>Testing HTML</title>
    <link href="dave"/>
    <id>vemmi://example.org/3</id>
    <updated>2003-12-13T18:30:02Z</updated>
    <content type="html" xml:base="content/">
      <![CDATA[Some <b>HTML</b> content in a CDATA block]]>
    </content>
  </entry>

</feed>
