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. Uses custom parser that preserves CDATA sections (output as #cdata key).
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. Uses custom parser that preserves CDATA sections (output as #cdata key).