Differences between revisions 11 and 12
Revision 11 as of 2008-01-11 16:26:35
Size: 2317
Editor: StefanBehnel
Comment:
Revision 12 as of 2008-01-11 17:16:13
Size: 2571
Editor: StefanBehnel
Comment:
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
 * [http://codespeak.net/lxml lxml] has excellent support for XSLT that is based on libxslt
 * Some tools linked from the [http://www.w3.org/XML/Query/#implementations XQuery homepage] provide Python bindings for their XSLT2 and XPath2 implementations

Python and XML

A variety of XML processing solutions are available for Python. This page attempts, at the very least, to list the most actively developed or most easily available.

Parsers

In the standard library:

  • ElementTree - the xml.etree package (new in Python 2.5)

  • MiniDom - the xml.dom.minidom package

  • ["Sax"] - the xml.sax package

Available separately:

XSLT

XML-based Communications

Web Services

Books and Articles

  • XmlBooks

  • ["Tutorials on XML processing with Python"]

SIG

Editorial Notes

The above lists should be arranged in ascending alphabetical order - please respect this when adding new entries. When specifying release dates please use the format YYYY-MM-DD.

PythonXml (last edited 2012-01-11 01:11:25 by c-66-41-60-82)

Unable to edit the page? See the FrontPage for instructions.