write_zipfile_xml

write_zipfile_xml(element_tree, path, inner_path, **kwargs)[source]

Write an XML element tree to an inner XML file to a zip archive.

Parameters:
  • element_tree (lxml.etree.ElementTree) – An XML element tree

  • path (Union[str, Path]) – The path to the resulting zip archive

  • inner_path (str) – The path inside the zip archive to write the dataframe

  • kwargs – Additional kwargs to pass to tostring()

Return type:

None