On 1/5/05 5:03 AM, "Robert Sayre" <[EMAIL PROTECTED]> wrote:
> "atom:feed elements MUST NOT contain more than one atom:link element > with a rel attribute value of "alternate" that has the same > combination of type and hreflang attribute values." how do I then point to both my full content feed *and* my summary only feed (and just quietly, my titles only feed)? the above spec text would make this invalid: <link href="..." type="application/atom+xml" title="full content" /> <link href="..." type="application/atom+xml" title="summary only" /> <link href="..." type="application/atom+xml" title="titles only" /> e.
