xpath and current python xml libraries

Paul Boddie paul at boddie.org.uk
Tue Dec 11 06:36:05 EST 2007


On Dec 11, 2:03 am, snd... at gmail.com wrote:
> PyXML seems to be long gone. Is lxml the way to go if i want to have
> xpath supported?

The libxml2dom package (which I maintain) also supports XPath and is
also based on libxml2. If you want to migrate code from using PyXML
without too much effort, it might be a solution. See here for details:

http://www.python.org/pypi/libxml2dom

Paul



More information about the Python-list mailing list