Commit 8941cc29 authored by olivier R-D's avatar olivier R-D

short empty elements. This complies with uamodeller and add supports for python2

parent 3728c0ae
......@@ -62,13 +62,11 @@ class XmlExporter(object):
if pretty:
indent(self.etree.getroot())
self.etree.write(xmlpath,
short_empty_elements=False,
encoding='utf-8',
xml_declaration=True
)
else:
self.etree.write(xmlpath,
short_empty_elements=False,
encoding='utf-8',
xml_declaration=True
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment