Diysb Tools

XML Beautifier

Format XML with proper indentation and spacing.

XML Tools

XML Beautifier

This tool allows you to format XML data with proper indentation and spacing, making it more readable and easier to work with.

Input XML
Beautified XML
Examples

Beautify XML

Beautify a compact XML string for readability.

<root><item>1</item><item>2</item></root>
<root><item>1</item><item>2</item></root>
<root> <item>1</item> <item>2</item> </root>
<root> <item>1</item> <item>2</item> </root>