Hello Folks,
I recently started working on a graph-algorithms library in Python. What
makes this one different from the other couple of libs that are
available is a heavy influence from the C++ Boost Graph Library. There
are IMO a lot of good ideas there, so I am attempting to translate the
spi
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 s
I do not believe it is... You can see the doc by clicking on the link.
Does it have to be?
thanks,
m
Martijn Faassen wrote:
Maxim Khesin wrote:
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 lib