[xml-sig] XML.Xpath not avaiable in python2.6.6

Stefan Behnel stefan_ml at behnel.de
Mon Oct 11 09:47:06 CEST 2010


Nima, 11.10.2010 08:33:
> dose any one know why there is no xml.xpath module available in python
> 2.6.x ?

Because it's part of PyXML, which has been long deprecated.

Take a look at the other stdlib modules instead, especially ElementTree, 
and also consider using the external lxml package.

Stefan


More information about the xml-sig mailing list