Python and XML Processing (original) (raw)
Python and XML Processing
XML is the 'Extensible Markup Language', a data format for structured document interchange. It seems to have considerable momentum behind it, and will probably become very important over the next few years.
Python's power and ease of use combine to make it an excellent choice for writing programs that process XML data. This Topic Guide links to documentation and code for handling XML in Python, and also lists some selected resources for learning about XML.
General XML Resources | |
---|---|
XML Books | Books that are recommended for learning about XML. |
Python Software for XML | |
Documentation | Tutorials and reference documention. |
Download | How to get the code |
Other Software | Other Python software for XML. |
Software from Fourthought | Other software for XML, written by Fourthought, Inc. |
The Python/XML Special Interest Group | |
SIG page | Information about the XML-SIG |
Subscribing | How to join the mailing list |
Archives | Archives of past discussion |
DTDs | XML-SIG participants have invented some specialized Document Type Declarations. Those DTDs have a permanent home here. |
XBEL | The XML Bookmark Exchange Language grew out of an idea for a demonstration of using Python for XML processing. More information, including complete documentation on the DTD, is available. |