📋
XML Formatter
Format, validate & minify XML
About XML Formatter
Raw XML — especially from SOAP responses, auto-generated serialisers, or export tools — is often a wall of text. The formatter adds indentation so the tag hierarchy is visible.
It also validates: unclosed tags, mismatched attribute quotes, and encoding issues are caught and reported with the exact location of the problem.
Works with any XML-based format: SOAP envelopes, RSS/Atom feeds, SVG, Maven POM files, Android manifests, Spring config, and more. Minify strips whitespace when you need compact output.
Common Use Cases
- →Reading SOAP API responses when debugging integrations
- →Validating XML config files before deployment
- →Cleaning up auto-generated XML from serialisation libraries
- →Minifying SVG files exported from design tools