Status: New
Owner: ----
New issue 94 by jaffe.mark: treebuilder failure
http://code.google.com/p/html5lib/issues/detail?id=94
What steps will reproduce the problem?
Follow documented steps for building a tree. Substituted "soup" for "dom"
in the example ("BeautifulSoup" as documented does not exist).
What is the expected output? What do you see instead?
parser expected to be created
instead:
>>> parser = html5lib.HTMLParser(tree=treebuilders.getTreeBuilder("soup"))
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.linux-x86_64/egg/html5lib/html5parser.py", line 52, in
__init__
TypeError: 'NoneType' object is not callable
Please provide any additional information below.
--
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
-~----------~----~----~----~------~----~------~--~---