Download List

專案描述

The Python XML package contains parsers, SAX and DOM interfaces, sample programs, and documentation. It is currently in beta.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-05-02 18:49
0.7.1

sgmlop now offers the XMLUnicodeParser. setup.py
now supports the option --with(out)-pyexpat. On
Mac OS X, -flat_namespace is used to build
extensions. xml.ns now provides XLINK and RNG
namespaces. 4DOM now supports arbitrary Unicode
elements and attribute names. xml.sax.expatreader
has a feature to intern strings, and a property to
access the interning dictionary.
標籤: Minor feature enhancements

2001-12-30 18:17
0.7

Expat 1.95.2 has been integrated. James Tauber has contributed an
implementation of TREX in the xml.schema.trex module. xmlproc has been updated
to produce Unicode strings in Python 2.x using the Python codecs to convert the
input. 4XPath and 4XSLT from the 4Suite package have been integrated as
xml.xpath and xml.xslt. XBEL has been updated to revision 1.1. The C14N code in
xml.dom.ext.c14n was completely rewritten. Swedish and French messages have
been added to xmlproc. New SAX2 drivers have been added for htmllib, sgmllib,
sgmlop, and sgmlop_html.
標籤: Major feature enhancements

2001-08-06 00:35
0.6.6

標籤: Minor bugfixes

2001-03-20 14:56
0.6.5

Setup supports --with-libexpat and --ldflags to
specify an alternate Expat installation.
xml.utils.boolean distinguishes between boolean
and integral values. The scripts xmlproc_parse
and xmlproc_val allow commandl-line interaction
with xmlproc. WDDX marshalling now supports
"strict" and "loose" modes of operation.
DocumentationFragment support has been added, and
correctly sets the ownerDocument property. A SAX
exception now retrieves line number information
when it is created, rather than when it is
printed. Invoking
sax2lib.ValidatingReaderFactor.make_parser
creates a reader object that is already set to
validation mode. A number of callback errors in
the SAX2 xmlproc driver have been corrected.
標籤: Minor bugfixes

2001-02-27 00:42
0.6.4

4DOM was integrated from 4Suite 0.10.2; 4DOM is now maintained as a part of PyXML. minidom supports the standard methods isSameNode and hasAttributes, and the extension toprettyxml. A number of bugs have been fixed. A DOM implementation registration is available (functions getDOMImplementation and registerDOMImplementation in xml.dom). If expat 1.95.x is available on the system, this is used instead of the included expat copy; it will then offer additional handlers. A pyexpat parser can return the attributes ordered, and restrict the attribute list to the specified attributes. The xmllib SAX1 driver generates Unicode strings in Python 2. The xml.unicode emulation was extended to support bidirectional conversion, and to support a few more aliases.
標籤: Minor feature enhancements

Project Resources