Skip to content
The Internet Compass

Developer Utilities

XML Formatter

Reformats XML with consistent indentation and flags malformed tags along the way.

FreeNo sign-upRuns in your browser

How it works

  1. 1Paste raw or minified XML
  2. 2It's parsed and rebuilt with two-space indentation
  3. 3Copy or download the result

Who this is for

  • Making a minified XML config readable for review
  • Validating XML before committing it
  • Formatting an XML API response for debugging