freebsd-ports/www/py-html5lib/pkg-descr
Ying-Chieh Liao c7d7153580 add py-html5lib 0.9
A Python based HTML parser based on the HTML5 spec
2007-08-08 02:17:28 +00:00

10 lines
409 B
Plaintext

HTML parser designed to follow the WHATWG 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 a custom
tree similar to DOM and to ElementTree.
WWW: http://code.google.com/p/html5lib/