InputXML
OutputXML
Frequently Asked Questions
How do I use XML Formatter?
Step 2 — the tool formats the XML live and shows the result on the right; if there is a syntax error, an inline hint underneath the input explains the location and cause. Step 3 — each element ends up on its own line, children are indented with 2 spaces, and attributes stay on the opening tag.
What can XML Formatter do?
Typical scenarios: Format SOAP Web Service request / response messages while debugging; normalise Maven pom.xml , Android AndroidManifest.xml or Spring configuration files; work with RSS / Atom feeds or SVG graphics; beautify XML data…
Is my data private when I use XML Formatter?
The XML you enter is never uploaded, so you can safely process XML files that contain business fields, secret placeholders or internal system configuration. The XML you enter is never uploaded, so you can safely process XML files that contain business fields, secret placeholders or internal system configuration.
What technical details should I know about XML Formatter?
It does not perform DTD or XSD validation. Comments, CDATA sections ( <![CDATA[]]> ) and processing instructions ( <? ?> ) are preserved.