|
|
|
@ -22,6 +22,10 @@ class XMLOutput():
@@ -22,6 +22,10 @@ class XMLOutput():
|
|
|
|
|
xml_parameters = ET.Element("parameters") |
|
|
|
|
xml_version = ET.SubElement(xml_parameters, "version") |
|
|
|
|
xml_version.text = "3" |
|
|
|
|
xml_version = ET.SubElement(xml_parameters, "parameter_version_major") |
|
|
|
|
xml_version.text = "1" |
|
|
|
|
xml_version = ET.SubElement(xml_parameters, "parameter_version_minor") |
|
|
|
|
xml_version.text = "2" |
|
|
|
|
importtree = ET.parse(inject_xml_file_name) |
|
|
|
|
injectgroups = importtree.getroot().findall("group") |
|
|
|
|
for igroup in injectgroups: |
|
|
|
|