I am trying to do some xpath on
http://fluidobjects.com/doc.xhtml
but cannot get past 'point A' (that is, I am totally stuck):

>> import libxml2
>> mydoc = libxml2.parseDoc(text)
>> mydoc.xpathEval('/html')
>> []

this returns an empty resultlist, which just seems plain wrong. Can anyone
throw a suggestion to the stupid?

thanks.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to