1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
To be sent to: c.l.py.announce, xml-dev, www-dom, comp.text.xml,
freshmeat.net,
other suggestions?
==================
Version 0.6.5 of the Python/XML distribution is now available. It
should be considered a beta release, and can be downloaded from
the following URLs:
http://download.sourceforge.net/pyxml/PyXML-0.6.5.tar.gz
http://download.sourceforge.net/pyxml/PyXML-0.6.5.win32-py1.5.exe
http://download.sourceforge.net/pyxml/PyXML-0.6.5.win32-py2.0.exe
http://download.sourceforge.net/pyxml/PyXML-0.6.5-1.5.2.i386.rpm
http://download.sourceforge.net/pyxml/PyXML-0.6.5-2.0.i386.rpm
Changes in this version, compared to 0.6.4:
* setup supports two command line options, --with-libexpat and
--ldflags to specify an alternative Expat installation.
* Fourthought has contributed a new type xml.utils.boolean to
distinguish boolean from integral values.
* The scripts xmlproc_parse and xmlproc_val, which allow
command-line interaction with xmlproc, are now included.
* The WDDX marshalling now supports a "strict" and a "loose"
mode of operation.
* minidom now supports the DocumentFragment interface, and
correctly sets the ownerDocument property.
* A SAX exception now retrieves line number information when
it is created, not when it is printed.
* Invoking sax2lib.ValidatingReaderFactory.make_parser creates
a reader object that is already set to validating mode.
* A number of callback errors in the SAX2 xmlproc driver have
been corrected.
The Python/XML distribution contains the basic tools required for
processing XML data using the Python programming language, assembled
into one easy-to-install package. The distribution includes parsers
and standard interfaces such as SAX and DOM, along with various other
useful modules.
The package currently contains:
* XML parsers: Pyexpat (Jack Jansen), xmlproc (Lars Marius
Garshol), sgmlop (Fredrik Lundh).
* SAX interface (Lars Marius Garshol)
* minidom DOM implementation (Paul Prescod)
* 4DOM from Fourthought (Uche Ogbuji, Mike Olson)
* Various utility modules and functions (various people)
* Documentation and example programs (various people)
The code is being developed bazaar-style by contributors from the
Python XML Special Interest Group, so please send comments, questions,
or bug reports to <xml-sig@python.org>.
For more information about Python and XML, see:
http://www.python.org/topics/xml/
--
Martin v. Lwis http://www.informatik.hu-berlin.de/~loewis
|