XML Formatter
src
/
tools
/
XML Formatter
Format
Input Code
<root><child id="1">Hello</child><child id="2">World</child></root>
Formatted Output
<root> <child id="1">Hello</child> <child id="2">World</child> </root>