On 28/4/05 12:10 AM, "Antone Roundy" <[EMAIL PROTECTED]> wrote:
> <feed> > <link rel="variants" ... /><!--this is a link to a file listing > variants--> > <link rel="complete" ... /><!--this is a link to a variant which > contains all of the elements found in any variant--it's conceivable > that no such variant may exist in some cases--they might just be > alternatives--or there could be more than one--thus this concept may > not be useful--> > <link rel="authoritative" ... /><!--this is a link to the feed that > the publisher considers to be the authoritative version from which the > others are derived--> > ... > </feed> 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. e.