[go: up one dir, main page]

format_xml

Function format_xml 

Source
pub fn format_xml(
    root: Node<'_>,
    options: &Options<'_>,
    output: &mut dyn Write,
) -> Result
Expand description

Formats an AST as HTML, modified by the given options.