ANN: py-dom-xpath - Pure Python XPath implementation

Damien Neil damien.neil at gmail.com
Sun Feb 22 06:43:23 CET 2009


py-dom-xpath is a pure Python implementation of XPath 1.0. It supports
almost all XPath 1.0, and works well with xml.dom.minidom.

   http://code.google.com/p/py-dom-xpath/

py-dom-xpath requires Python 2.5 or greater.  It is unlikely to set
any speed records, but may be of use in situations where compiling
non-Python extensions is impractical.


More information about the Python-announce-list mailing list