Mixing things can definitely get a bit wierd. For instance, if I structure my archive feeds to show all entries within a given month rather than by a certain number of entries, each individual feed is both complete and part of a larger set. Complete in the sense that each represents a complete set within a limited window of time.
<feed> <id>tag:example.org,2006:archives/200609.xml" /> <fh:complete /> <fh:archive /> <link rel="self" href="200609.xml" /> <link rel="prev-archive" href="200608.xml" /> ... </feed> - James Mark Nottingham wrote: > > OK. I'm adding this text just after the list of feed types in the > introduction; > > ---8<--- > The semantics of a feed that combines these types is undefined by this > specification. > --->8--- > > WRT what future specs can or can't do, that's pretty much up to them. > > Cheers, > > [snip]
