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:
Comment