untangle
untangle copied to clipboard
Accessing a child element named 'children'
Currently an XML element with a child element named 'children' will be parsed into a Python object with children being the list of child elements, not the 'children' element itself. Is there any way to access this element?