みんなのWebツールズ
XML整形
<root><user><name>山田太郎</name><age>30</age></user></root>
⇔
整形結果
<root> <user> <name>山田太郎</name> <age>30</age> </user> </root>