xml_parse_doc

Function xml_parse_doc 

Source
pub fn xml_parse_doc(cur: &[u8]) -> Option<XmlDocPtr>
👎Deprecated: Use xmlReadDoc
Expand description

Parse an XML in-memory document and build a tree.

Returns the resulting document tree