Commit 6b3792ae by Michele Lazzeri

recursive xml parsing

parent 1664bc7b
...@@ -196,8 +196,6 @@ class XMLParser(BaseParser): ...@@ -196,8 +196,6 @@ class XMLParser(BaseParser):
def _xml_convert(self, element): def _xml_convert(self, element):
""" """
convert the xml `element` into the corresponding python object convert the xml `element` into the corresponding python object
`data` The python object representation of xml `element`.
""" """
children = element.getchildren() children = element.getchildren()
......
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