[announcement] - python graph library

2005-03-04 Thread Maxim Khesin
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

libxml2/xpath

2004-12-15 Thread Maxim Khesin
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

Re: libxml2/xpath

2004-12-16 Thread Maxim Khesin
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