[Webkit-unassigned] [Bug 5142] parseXMLDocumentFragment can't parse fragments correctly

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jan 4 10:34:37 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=5142


andersca at mac.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-                     |andersca at mac.com
                   |unassigned at opendarwin.org   |
             Status|NEW                         |ASSIGNED




------- Additional Comments From andersca at mac.com  2006-01-04 10:34 -------
Created an attachment (id=5483)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=5483&action=view)
Fix

This changes parseXMLDocumentFragment back into using
xmlParseBalancedChunkMemory, because using the regular parser does not work for
things such as "<foo/><foo/>" which are legal fragments. This does break the
XSLTProcessor test, but that's because of a bug in XLSTProcessor which I'm
investigating

-- 
Configure bugmail: http://bugzilla.opendarwin.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