[webkit-reviews] review requested: [Bug 6057] XMLTokenizer does not parse incrementally as it should. : [Attachment 6451] fixes the xml parser to parse incremental (accounting for the xslt fallout)

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Sun Feb 12 22:09:50 PST 2006


Eric Seidel <macdome at opendarwin.org> has asked	for review:
Bug 6057: XMLTokenizer does not parse incrementally as it should.
http://bugzilla.opendarwin.org/show_bug.cgi?id=6057

Attachment 6451: fixes the xml parser to parse incremental (accounting for the
xslt fallout)
http://bugzilla.opendarwin.org/attachment.cgi?id=6451&action=edit

------- Additional Comments from Eric Seidel <macdome at opendarwin.org>
This patch does a few things:
1.  removes (unused) onHold support from Tokenizer
2.  makes the xml parser parse incrementally.
3.  adds serialization of DTDs for xml documents (I added this in my first
attempts at fixing xslt)
4. Fixes xslt support to no longer depend on synchronous parsing.



More information about the webkit-reviews mailing list