J
Johannes Bauer
Hello group,
when I read in a XML document with the xml.dom.minidom parser and write
it out again, an attribute is lost:
Input:
<?xml version="1.0" encoding="utf-8" ?>
[...]
Output:
<?xml version="1.0" ?>
How can I fix this? Python is Python 3.0rc2 (r30rc2:67114, Nov 16 2008,
15:24:36)
Kind regards,
Johannes
when I read in a XML document with the xml.dom.minidom parser and write
it out again, an attribute is lost:
Input:
<?xml version="1.0" encoding="utf-8" ?>
[...]
Output:
<?xml version="1.0" ?>
How can I fix this? Python is Python 3.0rc2 (r30rc2:67114, Nov 16 2008,
15:24:36)
Kind regards,
Johannes