XML formatter and minifier
Paste raw or minified XML and get back a clean, indented document — or collapse
a formatted file back down to a single line. Indentation tracks tag nesting: each
opening tag indents its children, each closing tag dedents, and self-closing tags,
comments and the <?xml ?> declaration stay on their own line.
It is privacy-first: the formatter is plain JavaScript that runs in your browser, so your XML never leaves your device. It tidies layout only — it does not validate against a schema, so existing structure and content are preserved exactly.