Announcing py-dom-xpath, a pure Python XPath implementation
[Posted February 23, 2009 by cook]
| From: |
| Damien Neil <damien.neil-AT-gmail.com> |
| To: |
| python-announce-list-AT-python.org |
| Subject: |
| ANN: py-dom-xpath - Pure Python XPath implementation |
| Date: |
| Sat, 21 Feb 2009 21:43:23 -0800 |
| Message-ID: |
| <9f1fa0b70902212143o2c9eeca9k24cc03fe994c9588@mail.gmail.com> |
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.
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
(
Log in to post comments)