pub fn parse_xml_from_str(content: &str, file_path: &str) -> Option<XmlElement>Expand description
Parses XML from a string. The file_path is used for error logging only.
pub fn parse_xml_from_str(content: &str, file_path: &str) -> Option<XmlElement>Parses XML from a string. The file_path is used for error logging only.