What this tool does
Minify and format XML. Choose indentation, upload local files, copy output, and clear content. All runs in your browser.
Steps
- Paste or upload XML into the editor.
- Click Minify to compress or Format to prettify.
- Adjust indentation with the dropdown if needed.
Examples
<root> <item>1</item> </root>
→
<root>
<item>1</item>
</root>
Notes
- Formatter is heuristic; verify mixed content or edge cases.
- No data leaves your browser.