
genshihtml5
Genshi is a Python toolkit for stream-based generation of output for the web.
This projects enables Genshi to use HTML5 as: * input: similar to the built-in tag soup support, see http://genshi.edgewall.org/wiki/GenshiRecipes/HtmlTransform for an example of use * output: similar to the built-in HTML support but follows HTML5 rules for optional tags and serialization * template language: similar to the built-in XML Template Language (work in progress)
HTML5 parsing is done using html5lib