Differences between revisions 7 and 10 (spanning 3 versions)
Revision 7 as of 2006-10-02 01:19:07
Size: 1933
Editor: 211
Comment: XSLT
Revision 10 as of 2007-03-28 23:08:23
Size: 2229
Editor: CameronLaird
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
 * [http://www.python.org/pypi/XSLTools XSLTools] - XSL transformations on top of libxslt and [http://www.python.org/pypi/libxml2dom libxml2dom], with added Web development support
Line 41: Line 42:
 * ["Tutorials on XML processing with Python"]

== SIG ==
 * http://python.org/community/sigs/current/xml-sig

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 2024-07-06 11:02:04 by NormToveyWalsh)

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