On 5/20/05, Ben Lund <[EMAIL PROTECTED]> wrote:
> Robert Sayre wrote:
> > Right now, the spec reads as if there is one primary person, and then
> > a bunch of contributor minions. The example also makes it look that
> > way. Maybe we could adjust it to make atom:author a 'primary field'
> > and then atom:contributor could break each entity. So, Ben's example
> > would have 1 atom author field and four atom:contributors.
> >
> >

I meant

<entry>

<atom:author>
  <atom:name>Yuri Fialko, David Sandwell, Mark Simons &amp; Paul
Rosen</atom:name>
  <atom:uri>http://research.example.org/dept/</atom:uri>
 </atom:author>

  <atom:contributor> 
    <atom:name>Yuri Fialko</atom:name>
    <atom:uri>http://research.example.org/dept/fialko/</atom:uri>
  </atom:contributor>
    
  <atom:contributor> 
    <atom:name>David Sandwell</atom:name>
    <atom:uri>http://research.example.org/dept/sandwell/</atom:uri>
  </atom:contributor>
  <atom:contributor> 
    <atom:name>Mark Simons</atom:name>
    <atom:uri>http://research.example.org/dept/simons/</atom:uri>
  </atom:contributor>
  <atom:contributor> 
    <atom:name>Paul Rosen</atom:name>
    <atom:uri>http://research.example.org/dept/rosen/</atom:uri>
  </atom:contributor>

...
</entry>

Robert Sayre

Reply via email to