XML Namespaces Support in Python Tools, Part 1 (O'Reilly)
[Posted March 16, 2004 by cook]
Uche Ogbuji
covers
XML namespace processing on O'Reilly.
"
I have covered a lot of tools for processing XML in Python. In general I have deferred discussion of each tool's handling of XML namespaces in order to stick to the basics in the individual treatments. In this article I start to examine the support for XML namespaces in these packages, with a look at SAX and DOM from the standard Python library.
"
(
Log in to post comments)