blob: 20e681a18adc822dd4c867f75bde68e38769fd36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
From the README:
This is the Python XML package. The distribution contains a
validating XML parser, an implementation of the SAX and DOM
programming interfaces, an interface to the Expat parser (and the
Expat parser itself), and a C helper module that can speed up
xmllib.py by a factor of 5. There's even documentation!
Version 0.6.5 is to be considered a beta release.
WWW: http://www.python.org/sigs/xml-sig/
-- Jacques Vidrine <nectar@FreeBSD.ORG> (original port)
-- Johann Visagie <johann@egenetics.com> (current maintainer)
|