Skip to main content

node_to_xml_string

Function node_to_xml_string 

Source
pub fn node_to_xml_string(
    document: &XmlDocument,
    node: &mut XmlNode,
) -> Result<String>
Expand description

Serializes a node to an XML string.