* Byrne Reese <[EMAIL PROTECTED]> [2005-10-13 20:55]: > No I suppose not. But there are edge cases where people may not > include content in a post. They may simply use the title... in > maintaining a list of links for example. But I suppose there is > a difference between: > > <entry> > <title>foo</title> > </entry> > > And > > <entry> > <title>foo</title> > <content></content> > </entry> > > I think that is clear enough.
That is exactly correct. If you want to ship a complete representation, you ship an atom:entry, and if the resource is empty, then that atom:content is empty. If the atom:entry has no atom:content, then that always means that it is a partial representation only. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>
