Searched refs:_clean_illegal_xml_chars (Results 1 – 1 of 1) sorted by relevance
301 xml_string = _clean_illegal_xml_chars(xml_string.decode(encoding or "utf-8"))325 def _clean_illegal_xml_chars(string_to_clean): function