slackbuilds/libraries/html5lib
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README various: Kill python-chardet dep mention 2021-04-20 23:52:18 -05:00
html5lib.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
html5lib.info libraries/html5lib: Fix python3-webencodings dep name. 2021-07-03 11:36:04 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -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.

Optional: datrie, lxml, and genshi