Actually, this is also valid:

<feed xmlns="http://www.w3.org/2005/Atom";
      xmlns:foaf="http://xmlns.com/foaf/0.1/";
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
      xmlns:dc="http://purl.org/dc/elements/1.1/";>
  <id>http://www.example.com/feed/1234.1/posts/full</id>
  <updated>2005-09-16T00:42:06Z</updated>
  <title type="text">Test</title>
  <link rel="self" type="application/atom+xml"
    href="http://www.users.muohio.edu/darcusb/feeds/test2.xml"/>
  <author>
    <name>Jane Doe</name>
    <email>[EMAIL PROTECTED]</email>
  </author>
  <generator version="1.0"
    uri="http://www.example.com";>Example Generator Engine</generator>
  <entry>
<id>http://www.example.com/feed/1234.1/posts/full/4521614025009481151</ id>
    <published>2005-01-09T08:00:00Z</published>
    <updated>2005-01-09T08:00:00Z</updated>
    <category scheme="http://purl.org/net/biblio#"; term="Document"/>
<title>The National Security Strategy of the United States of America</title>
    <foaf:maker>
      <foaf:Organization>
        <foaf:name>National Security Council</foaf:name>
      </foaf:Organization>
    </foaf:maker>
<dc:title>The National Security Strategy of the United States of America</dc:title>
    <dc:date>2006</dc:date>
    <content>text</content>
  </entry>
</feed>

Bruce

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to