Nick Wellnhofer e062a4a9b3 html: Add HTML5 parser option
This option passes tokenizer output directly to the SAX callbacks,
making it possible to test the tokenizer against the html5lib test
suite.

This will produce unbalanced calls to the startElement and endElement
callbacks, but it's the only way to support a SAX like interface for
HTML5. It can be used for filtering or rewriting HTML5, for example.

A HTML5 tree builder could then be implemented on top of the SAX
callbacks.
2024-10-06 18:13:05 +02:00
..
2024-10-06 18:13:05 +02:00
2024-06-22 18:41:00 +02:00
2024-04-04 12:23:39 +02:00
2024-06-22 00:40:40 +02:00