Status: New
Owner: ----

New issue 130 by [email protected]: Genshi Tree Walker Broken
http://code.google.com/p/html5lib/issues/detail?id=130

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.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"html5lib-discuss" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to 
[email protected]
 For more options, visit this group at 
http://groups.google.com/group/html5lib-discuss?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to