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 42401d9 commit c617d48Copy full SHA for c617d48
flattentool/xml_output.py
@@ -1,5 +1,7 @@
1
try:
2
import lxml.etree as ET
3
+ # If we're using lxml we have to do some extra work to support namespaces,
4
+ # so we have a variable to check whether we're using lxml:
5
USING_LXML = True
6
except ImportError:
7
import xml.etree.ElementTree as ET
0 commit comments