We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fcb92 commit 42401d9Copy full SHA for 42401d9
flattentool/xml_output.py
@@ -33,7 +33,6 @@ def child_to_xml(parent_el, tagname, child, toplevel=False, nsmap=None):
33
34
def dict_to_xml(data, tagname, toplevel=True, nsmap=None):
35
if USING_LXML and ':' in tagname and not toplevel:
36
- print(tagname)
37
tagname = '{' + nsmap.get(tagname.split(':', 1)[0], '') + '}' + tagname.split(':', 1)[1]
38
try:
39
if USING_LXML:
0 commit comments