Hi,
I'm building a tool (for Plone) at the moment that will publish any
content as an Atom Entry by appending '/entry.xml' onto the URL. I had a
question about declaring self and alternate links. Here are two options:
1:
@rel=self,@type=application/xml+atom links to the Entry
@rel=alternate, @hreflang, @type, links to the Content
2:
@rel=self @hreflang, @type, links to the Content
@rel=alternate, @type=application/xml+atom links to the Entry
I couldn't find enough information in the RFC about which way to go.
Which would you choose, and why?
cheers
Bill