|
In the next article in this column:
http://www.xml.com/pub/a/2003/04/09/py-xml.html
I cover this unfortunate problem:
"""
Important note on the last article. I must have made an error in testing the code in my last article to be sure it works without PyXML installed. It turns out that because of at least one rather glaring bug in the Python 2.2 SAX library, you cannot run the example without installing PyXML 0.8.2 or more recent. I shall try to see that the XML modules in Python 2.3 are updated from the PyXML project so that the new version is not similarly limited. I apologize for any inconvenience. Once you have PyXML installed all the code in the article will work just fine.
"""
I've also covered a lot of IMHO better ways to output XML in future articles. A good place to read for links and tools is:
http://www.xml.com/pub/a/2003/10/15/py-xml.html
Good luck.
--Uche
|