¡@

Home 

python Programming Glossary: conf_base_dict

Editing XML as a dictionary in python?

http://stackoverflow.com/questions/127606/editing-xml-as-a-dictionary-in-python

like this conf_base ConvertXmlToDict 'config template.xml' conf_base_dict conf_base.UnWrap del conf_base_dict 'root name' 'level1 name'.. 'config template.xml' conf_base_dict conf_base.UnWrap del conf_base_dict 'root name' 'level1 name' 'leaf1' del conf_base_dict 'root name'.. del conf_base_dict 'root name' 'level1 name' 'leaf1' del conf_base_dict 'root name' 'level1 name' 'leaf2' conf_new ConvertDictToXml..