chc.util.xmlutil module

chc.util.xmlutil.attributes_to_pretty(attr: Dict[str, str], indent: int = 0) str[source]
chc.util.xmlutil.doc_to_pretty(t: xml.etree.ElementTree.ElementTree) str[source]
chc.util.xmlutil.element_to_pretty(e: xml.etree.ElementTree.Element, indent: int = 0) List[str][source]
chc.util.xmlutil.get_xml_header(filename: str, info: str) xml.etree.ElementTree.Element[source]
chc.util.xmlutil.sanitize(s: str) str[source]