tools.xml.pageTitle
tools.xml.pageDescription
tools.xml.originalXml
tools.xml.inputDescription
tools.xml.formattedXml
tools.xml.outputDescription
tools.xml.emptyState
tools.xml.exampleTitle
tools.xml.exampleDescription
tools.xml.beforeFormat
<root><user id="1"><name>John</name><email>john@example.com</email></user><user id="2"><name>Jane</name><email>jane@example.com</email></user></root>tools.xml.afterFormat
<root>
<user id="1">
<name>John</name>
<email>john@example.com</email>
</user>
<user id="2">
<name>Jane</name>
<email>jane@example.com</email>
</user>
</root>