[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Related entries and feeds: links and link expansion
Pablo Castro wrote:
> >> FWIW, your content element is incorrect. There needs to
> be a top level element, e.g.
>
> I'll claim ignorance on this. Why do we need a wrapping element? Not
> particularly passionate one way or the other, just curious to hear why
> is it required...
Use application/xml if (and only if) the content can be parsed on its
own as a well-formed XML document (which can have only one top-level
element). If you don't have a single top-level element, you can use
application/xml-external-parsed-entity. See RFC 3023.
- Brian