Function format_xml
pub fn format_xml(root: Node<'_>, options: &Options<'_>, output: &mut dyn Write) -> Result
Formats an AST as HTML, modified by the given options.
format_xmlpub fn format_xml(root: Node<'_>, options: &Options<'_>, output: &mut dyn Write) -> Result
Formats an AST as HTML, modified by the given options.