The tool uses an XML formatter library with configurable indentation and line separators. It keeps elements, attributes, CDATA, comments, and processing instructions readable without turning XML into another data format.
Use it when debugging SOAP payloads, RSS feeds, SAML snippets, or enterprise configuration files. Consistent indentation helps you see parent-child relationships and spot misplaced closing tags.
Common questions and answers about this topic.
It auto-formats your XML documents with proper indentation and tag alignment, making complex XML structures easier to read and navigate.
Yes, choose 2 or 4 spaces, or tabs. XML documents commonly use 2 or 4 spaces.
Yes, CDATA sections, comments, and processing instructions are all preserved and properly indented during formatting.
No, XML formatting is performed entirely in your browser. Your documents are processed locally with JavaScript and never leave your device.