[Webkit-unassigned] [Bug 58221] New: XMLSerializer.serializeTo() has problems with namespaced attributes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 11 01:33:38 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58221

           Summary: XMLSerializer.serializeTo() has problems with
                    namespaced attributes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peter.rietzler at smarter-ecommerce.com


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">

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list