XML Formatter
Developer ToolsPretty-print XML so nested tags are easy to scan.
Calculated Result
<root>
<item id="1">ok
</item>
</root>
Formula: Pretty-print tags; not a schema validator
About this calculator
Paste a config or RSS blob. Self-closing tags stay on one line. Invalid XML is still indented; the page does not DTD-validate.
How It Works & Formula
FormulaIndent XML tags; not a schema validator
Collapse whitespace between tags, then indent on open/close.