[Webkit-unassigned] [Bug 16496] New: XMLSerializer doesn't include namespaces on bare nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 20:07:17 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16496

           Summary: XMLSerializer doesn't include namespaces on bare nodes
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Macintosh
               URL: http://crschmidt.net/projects/webkit/xmlserializer.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: crschmidt at crschmidt.net


The XMLSerializer serializeToString method does not include namespaces on bare
nodes. as a workaround, it is possible to wrap the node in a document, and then
serialize the document instead, but this behavior does not match the behavior
of Firefox 2.0 or 3.0, nor Opera.


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



More information about the webkit-unassigned mailing list