stchris / untangle

Converts XML to Python objects
MIT License
611 stars 83 forks source link

Accessing a child element named 'children' #106

Open willburden opened 1 year ago

willburden commented 1 year ago

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?