[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Indicate entry in Collection Feed is full representation
Teo Hui Ming wrote:
> Or, what about expressing it as a collection feature? E.g.:
> <feed>
> <app:collection href="">
> <f:features>
> <f:feature
> ref="http://purl.org/atompub/features/1.0/containsFullRepresen
> tationEntries"/>
> </f:features>
> </app:collection>
>
> <entry>
> <title>foo</title>
> <link rel="edit" href=".." le:etag="xyyz"/>
> <content>light-weight data</content>
> ..
> </entry>
> </feed>
How about an set of link relations? That way, the (abbreviated) collection feed could point to the full-content feed, and vice versa. Then the client can decide which one it wants.
- Brian