Back
All The Tools
XML Formatter & Validator
Add to favorites
XML Formatter & Validator
Format, validate, and prettify XML. Get instant error feedback with line-structured output.
XML input
<root> <item id="1">Hello</item> </root>
Indent size
2
Clear
Prettify
Output
Copy
<root> <item id="1">Hello</item> </root>