RESOLVED DUPLICATE of bug 22958 58221
XMLSerializer.serializeTo() has problems with namespaced attributes
https://bugs.webkit.org/show_bug.cgi?id=58221
Summary XMLSerializer.serializeTo() has problems with namespaced attributes
peter.rietzler
Reported 2011-04-11 01:33:38 PDT
Serializing the following document works: <x xmlns="a" xmlns:b="b"> <element b:attr="value"/> </x> However, if you create "element" with Javascript using createElementNS and setAttributeNS, then the serialized output is <element xmlns="a" attr="value" xmlns="b">
Attachments
Alexey Proskuryakov
Comment 1 2011-04-11 11:12:17 PDT
*** This bug has been marked as a duplicate of bug 22958 ***
Note You need to log in before you can comment on or make changes to this bug.