Pretty-print XML (including SVG) by inserting indentation between tags. Helpful when comparing API payloads, SOAP envelopes, or config fragments in code review.
When to use it
- Readable diffs of machine-generated XML
- Inspect SVG structure before editing
- Teach XML nesting without an IDE plugin
Limitations
Does not validate against XSD schemas. Malformed XML returns an error. Attribute line wrapping follows a simple heuristic—not every parser will match the exact whitespace.
Privacy
Formatting is performed entirely in your browser; XML content is not uploaded to a server.
Example
For example, enter the default sample values on the form and compare the output with a known reference; adjust one input at a time to see how the result changes.
Notes
This guide summarizes the behavior of the data converter/format xml tool on Tool Plaza. Processing runs locally in your browser unless the tool explicitly calls a server action.