diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 00:54:36 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-03-23 00:54:36 +0000 |
commit | ad49b10fc677e6440b8c4ee6e63a69e0ca9c2668 (patch) | |
tree | 8ec0981eb157dc10007ac6e6bb9db1d20d8189a0 /textproc/py-4suite/pkg-descr | |
parent | - Update PyXML (textproc/py-xml) to 0.6.5 (diff) |
Add port: textproc/py-4suite
New port (textproc/py-4suite) of 4Suite, a collection of Python tools for
XML processing.
PR: 25939
Submitted by: Johann Visagie <johann@egenetics.com>
Diffstat (limited to 'textproc/py-4suite/pkg-descr')
-rw-r--r-- | textproc/py-4suite/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/py-4suite/pkg-descr b/textproc/py-4suite/pkg-descr new file mode 100644 index 000000000000..5b22a3d62c54 --- /dev/null +++ b/textproc/py-4suite/pkg-descr @@ -0,0 +1,22 @@ +4Suite is a collection of Python tools for XML processing and object data +management, published by Fourthought, Inc under an open source licence. + +The suite provides support for XML parsing, several transient and persistent +DOM implementations, XPath expressions, XPointer, XSLT transforms, XLink, RDF +and ODMG object databases. + +The development of 4Suite is closely coordinated with that of the publicly +developed PyXML extension for Python. 4Suite is not intended to replace +PyXML, but rather to augment it with additional functionality. As certain +parts of 4Suite reach maturity they will be transferred to PyXML (this has +already happened with the 4DOM implementation of the DOM API). Eventually +PyXML will be a complete and stable toolkit, while 4Suite will continue to +provide bleeding edge (re)implementations. + +The user of Python 2.0 and later therefore now has three options for XML +processing: the built-in 'xml' package, PyXML, and 4Suite. PyXML overrides +and/or extends the 'xml' package, and 4Suite does the same for PyXML. + +WWW: http://4suite.org/ + +-- Johann Visagie <johann@egenetics.com> |