Contents
Examples
API Reference
build_xml_element()
This recursively builds an XML element structure from a dictionary or a list.
parent – The parent XML element to attach the new element(s) to.
data – The data to convert into XML elements.
Parent