Re: [w3c/DOM-Parsing] XML null namespaces need to be preserved (#47)

I think an intention of the current specification is that the result of serializeToString() can be parsed as an XML **document**.   ```<person />``` and ```<person xmlns=""/>``` are equivalent because an XML parser sets namespaces of both of ```person```s to null if they are parsed as XML documents.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/47#issuecomment-471899654

Received on Tuesday, 12 March 2019 08:18:18 UTC