pub fn xml_calc(query: &str) -> StringExpand description
XML validator and formatter — offline replacement for xmlvalidator.com / xmlformatter.com. Pure-Rust well-formedness checker (no XML crate required).
Commands:
(bare) / validate <xml|file> — well-formedness check
format <xml|file> — pretty-print with indentation
minify <xml|file> — collapse to single line
get <xml|file>