Function get_html_node

Source
pub fn get_html_node<'a>(
    root_nodes: &'a [XmlNode],
) -> Result<&'a XmlNode, DomXmlParseError>
Expand description

Find the one and only <body> node, return error if there is no app node or there are multiple app nodes