On 5/20/05, Danny Ayers <[EMAIL PROTECTED]> wrote:
> I would think the need to assign different statuses to the
> author/contributors (and corresponding labelling) will be a rarity
> compared to what's covered by allowing multiple authors.

Here is a new example for the spec. Is there a use case that's not covered?

   <?xml version="1.0" encoding="utf-8"?>
   <feed xmlns="http://purl.org/atom/ns#draft-ietf-atompub-format-09";>
     <title type="text">dive into mark</title>
     <subtitle type="html">
       A &lt;em&gt;lot&lt;/em&gt; of effort
       went into making this effortless
     </subtitle>
     <updated>2005-04-02T12:29:29Z</updated>
     <id>tag:example.org,2003:3</id>
     <link rel="alternate" type="text/html"
      hreflang="en" href="http://example.org/"/>
     <copyright>Copyright (c) 2003, Mark Pilgrim</copyright>
     <generator uri="http://www.example.com/"; version="1.0">
       Example Toolkit
     </generator>
     <entry>
       <title>Atom draft-07 snapshot</title>
       <link rel="alternate" type="text/html"
        href="http://example.org/2005/04/02/atom"/>
       <link rel="enclosure" type="audio/mpeg" length="1337"
        href="http://example.org/audio/ph34r_my_podcast.mp3"/>
       <id>tag:example.org,2003:3.2397</id>
       <updated>2005-04-02T12:29:29Z</updated>
       <published>2003-12-13T08:29:29-04:00</published>
       <author>
         <name>Mark Pilgrim, et al.</name>
       </author>
       <contributor>
         <name>Mark Pilgrim</name>
         <uri>http://example.org/</uri>
         <email>[EMAIL PROTECTED]</email>
       </contributor>
       <contributor>
         <name>Sam Ruby</name>
       </contributor>
       <contributor>
         <name>Joe Gregorio</name>
       </contributor>
       <content type="xhtml" xml:lang="en"
        xml:base="http://diveintomark.org/";>
         <div xmlns="http://www.w3.org/1999/xhtml";>
           <p><i>[Update: The Atom draft-07 snapshot is out.]</i></p>
         </div>
       </content>
     </entry>
   </feed>

Reply via email to