I'm trying to get some elements from a page. Unfortunately it results with an empty list. The pretty-printed tree includes this element:
<html:a title="..." href="..." id="..." class="topic_title">...</html:a>
However when I do this on the same tree:
page.xpath('''.//a[@class="topic_title"]''')
I get an empty list. The tree was created with html5lib / lxml treebuilder.