<?xml version="1.0" encoding="utf-8"?>
<feed version="0.2" xmlns="http://purl.org/atom/ns#">
<!--
  If the author of each entry is different,
  put the author information in each entry
  instead of at the feed level.

  Use cases: group weblogs, comment feeds
-->
  <title>Collective Atom blog</title>
  <link>http://example.com/atom/</link>
  <modified>2003-08-02T18:30:02Z</modified>
  <entry>
    <title>Atom 0.2 snapshot examples</title>
    <link>http://example.com/atom/atom_02_snapshot</link>
    <id>tag:example.com,2003:atom.2</id>
    <issued>2003-08-02T08:29:29-04:00</issued>
    <modified>2003-08-02T18:30:02Z</modified>
    <summary>I have posted examples of Atom 0.2 feeds.</summary>
    <author>
      <name>Mark Pilgrim</name>
      <url>http://diveintomark.org/</url>
      <email>mark@example.com</email>
    </author>
  </entry>
  <entry>
    <title>Atom API draft 6</title>
    <link>http://example.com/atom/atom_api_draft_6</link>
    <id>tag:example.com,2003:atom.1</id>
    <issued>2003-07-29T09:15:29-04:00</issued>
    <modified>2003-07-29T13:15:29Z</modified>
    <summary>I have released draft 6 of the Atom API.  Discussion welcome on the wiki at RestEchoApiDiscuss.</summary>
    <author>
      <name>Joe Gregorio</name>
      <url>http://bitworking.org/</url>
      <email>joe@example.com</email>
    </author>
  </entry>
</feed>
