xml.dom.minidom - parseString - How to avoid ExpatError?

Gregory Piñero gregpinero at gmail.com
Thu Oct 27 10:49:02 EDT 2005


Thanks, John. That was all very helpful. It looks like one option for me
would be to put cdata[ around my text with all the weird characters.
Otherwise running it through on of the SAX utilities before parsing might
work.

I wonder if the sax utilities would give me a performance hit. I have 6000
xml files to parse at 100KB each.

-Greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20051027/1eeb7da5/attachment.html>


More information about the Python-list mailing list