[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PyTREX 0.6.0 released
- From: James Tauber <jtauber@bowstreet.com>
- To: xml-dev@lists.xml.org
- Date: Sun, 18 Mar 2001 03:56:24 -0500
I've just released PyTREX 0.6.0 at http://pytrex.sourceforge.net/
PyTREX is a clean-room implementation of Tree Regular Expressions for XML
(TREX) written in Python.
This release implements the concepts introduced in sections 1 through 10 of
the tutorial.
Changes: Added support and tests for pattern inclusion, grammar merging
(partial), named datatypes, "not", "difference", "choice" in nameclasses,
"nsName", "anyName", "notAllowed", namespaces, qnames, trex namespace.
Changed py file to being importable.
As always, let me know if you encounter bugs.
James