- From: TAMURA, Kent <notifications@github.com>
- Date: Tue, 12 Mar 2019 08:17:54 +0000 (UTC)
- To: w3c/DOM-Parsing <DOM-Parsing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 March 2019 08:18:18 UTC
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