The WHATWG Blog

Please leave your sense of logic at the door, thanks!

Implementation of the HTML5 parsing algorithm in Java

by Henri Sivonen in Conformance Checking, Processing Model, Syntax

There is now an open-source implementation of the HTML5 parsing algorithm in Java 5: the Validator.nu HTML Parser. The parser can be used as a drop-in replacement for the XML parser in applications that use SAX, DOM or XOM APIs to read XHTML 1.x content with an XML parser.

Comments are closed.