pub fn node_to_xml_string(
document: &XmlDocument,
node: &mut XmlNode,
) -> Result<String>Expand description
Serializes a node to an XML string.
pub fn node_to_xml_string(
document: &XmlDocument,
node: &mut XmlNode,
) -> Result<String>Serializes a node to an XML string.