Re: e4x object missing inScopeNamespaces()

Boris Zbarsky <[email protected]> Fri, 04 Sep 2009 09:11:43 -0400
Newsgroups gmane.comp.mozilla.devel.xml
Message-ID <[email protected]>
neil.stansbury () redbacksystems ! com wrote:
> alert( xmlString );             // alerts <soap:Header> node string

Sure seems like a bug; toXMLString specifies that [[InScopeNamespaces]] 
should be serialized on the object.

That said, this is a JS engine bug, not a Gecko XML bug.

-Boris