[Webkit-unassigned] [Bug 6390] Complex entities seem to fail on TOT

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jul 26 21:05:27 PDT 2006


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





------- Comment #5 from macdome at opendarwin.org  2006-07-26 21:05 PDT -------
Created an attachment (id=9705)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=9705&action=view)
difference in parser context between first "bad" call and second "good" call

Due to:
http://bugzilla.gnome.org/show_bug.cgi?id=159219
it seems the libxml will call the SAX2 callbacks even when doing "internal"
parsing of entities.  Thus making two calls to all of the SAX callbacks, one
when libxml does an internal parse of the entity and a second when actually
inserting the entity data into the parse tree.

This diff shows the difference in the context variables between those two
calls.


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