Currently the genshi tree walker does not work. It fails here:
Traceback (most recent call last):
...
File "inmhpc\html.py", line 28, in parse_html
return Stream(list(genshi_walker(tree)))
File "html5lib\treewalkers\genshistream.py", line 16, in __iter__
if previous[0] == START:
TypeError: 'DocumentType' object does not support indexing
I guess the interface of the tree walkers changed and the genshi one was
not adapted.
Original issue reported on code.google.com by ronacher...@gmail.com on 26 Nov 2009 at 7:40
Original issue reported on code.google.com by
ronacher...@gmail.com
on 26 Nov 2009 at 7:40