On Wednesday, April 27, 2005, at 08:53 AM, Eric Scheid wrote:
why not

<feed>
<link rel="alternate" type="application/xml+atom title="minimal"/>
<link rel="alternate" type="application/xml+atom title="authoritative"/>
<link rel="alternate" type="application/xml+atom title="summmaries"/>
...
</feed>


and the client agent can then present these to the user to select from.

At present:

   atom:feed elements MUST NOT contain more than one atom:link
   element with a rel attribute value of "alternate" that has the
   same type attribute value.

...but if that were something other than "alternate"...

The question is, do you want this to be automatically discoverable or only user selectable? Finding the authoritative variant automatically might be important for some applications. Finding a variant with a specific set of elements and as few others as possible might be important for other applications. That COULD be done by downloading and inspecting each variant.

...but I'm really speculating here. The main reason I brought this up now was because, given that some people are already publishing variant feeds, it might be good to answer the question of whether using the same atom:id in variants of an entry is legal, and if so, how such things should/could be handled.



Reply via email to