Bug 58221

Summary: XMLSerializer.serializeTo() has problems with namespaced attributes
Product: WebKit Reporter: peter.rietzler
Component: XMLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   

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.