Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

Source: http://www.aaronland.info/xsl/atom/0.3/examples/atom03multipart.rdf

  1. <?xml version="1.0"?>
  2. <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:foaf="http://xmlns.com/foaf/0.1/">
  3.  <channel rdf:about="tag:diveintomark.org,2003:3">
  4.    <title>dive into mark</title>
  5.    <link>http://diveintomark.org/</link>
  6.    <description>A lot of effort went into making this effortless</description>
  7.    <dc:creator>
  8.      <rdf:Bag>
  9.        <rdf:li>
  10.          <foaf:Person>
  11.            <foaf:name>Mark Pilgrim</foaf:name>
  12.            <foaf:page>http://diveintomark.org/</foaf:page>
  13.            <foaf:mbox>f8dy@example.com</foaf:mbox>
  14.          </foaf:Person>
  15.        </rdf:li>
  16.      </rdf:Bag>
  17.    </dc:creator>
  18.    <dc:date-x-metadatalastmodified>2003-12-13T12:29:29Z</dc:date-x-metadatalastmodified>
  19.    <admin:generatorAgent rdf:resource="http://www.movabletype.org/"/>
  20.    <dc:rights>Copyright (c) 2003, Mark Pilgrim</dc:rights>
  21.    <items>
  22.      <rdf:Seq>
  23.        <rdf:li rdf:resource="tag:diveintomark.org,2003:3.2397"/>
  24.      </rdf:Seq>
  25.    </items>
  26.  </channel>
  27.  <item rdf:about="tag:diveintomark.org,2003:3.2397">
  28.    <title>Atom 0.3 snapshot</title>
  29.    <link>http://diveintomark.org/2003/12/13/atom03</link>
  30.    <description>The Atom 0.3 snapshot is out.  Here are some sample feeds.</description>
  31.    <dc:pubdate>2003-12-13T08:29:29-04:00</dc:pubdate>
  32.    <dc:created>2003-12-13T12:29:29Z</dc:created>
  33.    <dc:date-x-metadatalastmodified>2003-12-13T18:30:02Z</dc:date-x-metadatalastmodified>
  34.    <dc:creator>
  35.      <foaf:Person>
  36.        <foaf:name>Mark Pilgrim</foaf:name>
  37.        <foaf:page>http://diveintomark.org/</foaf:page>
  38.        <foaf:mbox>f8dy@example.com</foaf:mbox>
  39.      </foaf:Person>
  40.    </dc:creator>
  41.    <dc:contributor>
  42.      <rdf:Bag>
  43.        <rdf:li>
  44.          <foaf:Person>
  45.            <foaf:name>Sam Ruby</foaf:name>
  46.            <foaf:page>http://intertwingly.net/blog/</foaf:page>
  47.            <foaf:mbox>rubys@example.com</foaf:mbox>
  48.          </foaf:Person>
  49.        </rdf:li>
  50.        <rdf:li>
  51.          <foaf:Person>
  52.            <foaf:name>Joe Gregorio</foaf:name>
  53.            <foaf:page>http://bitworking.org/</foaf:page>
  54.            <foaf:mbox>joe@example.com</foaf:mbox>
  55.          </foaf:Person>
  56.        </rdf:li>
  57.      </rdf:Bag>
  58.    </dc:contributor>
  59.    <content:items>
  60.      <rdf:Bag>
  61.        <rdf:li>
  62.          <content:item>
  63.            <content:format rdf:resource="http://example.com/content:format#text/plain"/>
  64.            <content:encoding rdf:resource="http://example.com/content:encoding#unknown"/>
  65.            <dc:language>en-us</dc:language>
  66.            <rdf:value><![CDATA[
  67.        The Atom 0.3 snapshot is out.  Changes from the 0.2 snapshot [http://diveintomark.org/archives/2003/08/05/atom02]: (1) MAY contain feed/info.  Free-form info statement that describes the feed format.  More explanation of info [http://www.shellen.com/sandbox/atom-info-proposal.html].  (2) Expanded link syntax.  All links now include rel, type, and href attributes.  (3) Expanded content model.  feed/title, feed/tagline, feed/info, feed/copyright, entry/title, and entry/summary can now contain arbitrary data (such as HTML).  You must specify the data type in the type attribute, and (for non-XML formats) the escaping mode in the mode attribute.  (4) feed/generator now has url and version attributes.  The child text is now the human-readable toolkit name.  (5) several other changes not listed here.
  68.      ]]></rdf:value>
  69.          </content:item>
  70.        </rdf:li>
  71.        <rdf:li>
  72.          <content:item>
  73.            <content:format rdf:resource="http://www.w3.org/1999/xhtml"/>
  74.            <content:encoding rdf:resource="http://example.com/content:encoding#unknown"/>
  75.            <dc:language>en</dc:language>
  76.            <rdf:value><![CDATA[
  77.        <div xmlns="http://www.w3.org/1999/xhtml">
  78.          <p>The Atom 0.3 snapshot is out.  Changes from the <a href="http://diveintomark.org/archives/2003/08/05/atom02">0.2 snapshot</a>:</p>
  79.          <ol>
  80.            <li>MAY contain <code>feed/info</code>.  Free-form info statement that describes the feed format.  <a href="http://www.shellen.com/sandbox/atom-info-proposal.html">More explanation of info</a>.</li>
  81.            <li>Expanded link syntax.  All links now include rel, type, and href attributes.</li>
  82.            <li>Expanded content model.  <code>feed/title</code>, <code>feed/tagline</code>, <code>feed/info</code>, <code>feed/copyright</code>, <code>entry/title</code>, and <code>entry/summary</code> can now contain arbitrary data (such as HTML).  You must specify the data type in the <code>type</code> attribute, and (for non-XML formats) the escaping mode in the <code>mode</code> attribute.</li>
  83.            <li><code>feed/generator</code> now has <code>url</code> and <code>version</code> attributes.  The child text is now the human-readable toolkit name.</li>
  84.            <li>several other changes not listed here</li>
  85.          </ol>
  86.        </div>
  87.      ]]></rdf:value>
  88.          </content:item>
  89.        </rdf:li>
  90.      </rdf:Bag>
  91.    </content:items>
  92.  </item>
  93. </rdf:RDF>
  94.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda