Home
Search
Download
Documentation
Help
Community
SIGs
Python/XML Home
General XML
Books
Python Software
Documentation
Download
Other Software
FourThought
Python Web Services
XML SIG
SIG page
Subscribing
Archives
DTDs
XBEL
At dmoz.org
XML
SGML
Email Us
xml-sig@python.org
Python/XML Documentation
This page collects documents about processing XML with Python.
XML HOWTO
The XML HOWTO introduces the PyXML package in a tutorial-style form.
DOM compliance issues
describes where Python DOM tools differ from the standard.
"Writing an application for a SAX-compliant XML parser"
is a tutorial showing how to use SAX in Python.
"Python's XML Tools"
, slides from a PyXML tutorial presented at the first Python UK conference. (In PDF format.)
XML-SIG Wiki
: a set of collectively edited Web pages about Python and XML.
Python/XML Akara site
: a blog-like collection of information, tips and pointers on Python/XML.
General XML Documentation
The World Wide Web Consortium
is the home of many XML-related specifications.
W3Schools
offers a collection of XML tutorials.
ZVON
has over a dozen different XML tutorials.
IBM DeveloperWorks
has many articles on XML. Two authors, David Mertz and Uche Ogbuji, often use Python for their examples.