[Webkit-unassigned] [Bug 117764] New: Serializer doesn't handling inconsistent prefixes properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 18 17:11:49 PDT 2013


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

           Summary: Serializer doesn't handling inconsistent prefixes
                    properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex at milowski.com


When constructing an XML document programmatically, the namespaces in use and prefixes may be inconsistent.  For example, the results of merging cloned nodes from different sources may end up with conflicting prefix to namespace mappings.  These conflicts must be detected and the prefixes adjusted.

The current implementation allows multiple namespace attributes for the same prefix which results in an XML parsing error for any receiving application.

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