Problem with parsing XML

James Laamnna jamesl at appliedminds.com
Sun Mar 14 22:01:32 EST 2004


So I have an XML document with é and other non-XML chars.
I'm wondering the best way to parse this using xml.dom.minidom.

I've tried using a translation document to transmate é to é
But now the characters just disappear.
Any suggestions?

Thanks.



More information about the Python-list mailing list