On Thu, Jan 04, 2007 at 08:00:29AM -0800, Jan Algermissen wrote:

> Is there any chance to extend/revise Atom to allow an attribute on
> the content element that allows to specify the namespace of XML
> content given the MIME type is declared as application/xml or
> text/xml?
> 
> What is the opinion of the compund document formats experts on this?

I wouldn't class myself as an expert, but why do we need an attribute?
How about something like (please not text/xml, by the way :-):

----------------------------------------------------------------------
<atom:content type="application/xml">
  <newsml:whatever xmlns:newsml="<newsml namespace URI>">
    ...
  </newsml:whatever>
</atom:content>
----------------------------------------------------------------------

I don't see a big difference between
dispatch-on-namespace-of-child-of-content (which is, I believe, legal
in Atom 1.0) and dispatch-on-namespace-attribute-on-content (which is
what I think you're proposing).

James

-- 
/--------------------------------------------------------------------------\
  James Aylett                                                  xapian.org
  [EMAIL PROTECTED]                               uncertaintydivision.org

Reply via email to