write# write(xml: _Element, path: str) → None[source]# Write an Element to disk Parameters: xml (_Element) – XML root path (str) – Path where to write the XML file