XML parser

RC raymond.chui at nospam.noaa.gov
Mon Oct 20 09:38:47 EDT 2008


By default the

document = xml.dom.minidom.parse(inputFileName.xml)

This will convert all the & to &
But I want to convert the & back to &

Is there a module or method in Python?
I know there is such method in PHP, but I am
new in Python.
Thanks!



More information about the Python-list mailing list