My Python2.3 installation on win2000 has a little problem running the code. I'm getting a SAXNotSupportedException (expat does not report namespace prefixes). Any ideas what I'm missing here?
It turns out I got burned yet again by the differences between PySAX with and without PyXML installed. You can't set the namespace prefix feature in PySAX unless you have PyXML installed. I posted updated/fixed version of sax2dom_chunker.py in the Python Cookbook. Use that version rather than listing 2 here, and then omit the line