slackbuilds/libraries/html5lib
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
README libraries/html5lib: Added (HTML parser based on the HTML5 spec) 2010-07-08 00:13:25 -05:00
html5lib.SlackBuild libraries/html5lib: Added (HTML parser based on the HTML5 spec) 2010-07-08 00:13:25 -05:00
html5lib.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc libraries/html5lib: Added (HTML parser based on the HTML5 spec) 2010-07-08 00:13:25 -05:00

README

html5lib (HTML parser based on the HTML5 specification)

HTML parser designed to follow the HTML5 specification. The parser is
designed to handle all flavours of HTML and parses invalid documents
using well-defined error handling rules compatible with the behaviour of
major desktop web browsers.

Output is to a tree structure; the current release supports output
to DOM, ElementTree and lxml tree formats as well as a simple
custom format.