I\'m trying to generate customized xml files from a template xml file in python.
Conceptually, I want to read in the template xml, remove some elements, change some
Have you tried this?
print xml.etree.ElementTree.tostring( conf_new )