InventoryXmlParser.
handle_element_pz
Convert a list of complex values to a list of xml tree elements.
The new XML elements are added in place to the root element.
name (str) – The name of the XML element.
value (list of complex) – The complex values to convert.
list
root (etree.SubElement) – The root of the XML element.
etree.SubElement