On 8 Feb 2005, at 1:08 am, Eric Scheid wrote:

for example, a profile for a (S)SFF (remember them?) would allow entries as
minimal as this:


    <entry>
        <id>some-id</id>
        <link rel="self" type="application/atom+xml" href="..." />
        <updated>...</updated>
    </entry>

That's not an entry so it doesn't need to be an atom:entry:

<ssff:index>
 <atom:head>
   ...
 </atom:head>

 <ssff:reference>
     <atom:id>some-id</id>
     <atom:link rel="self" type="application/atom+xml" href="..." />
     <atom:updated>...</updated>
  </ssff:reference>

  ....

</ssff:index>

(In the general case, I'd like non-compatible profiles to use different top-level/collection elements)

Graham



Reply via email to