XML Formatter

Indent well-formed XML for reading while preserving mixed text content and xml:space settings.

Convert in your browser · No sign-up

DTD and entity declarations are rejected. XML formatting is not schema validation or canonicalization. Attribute quote styles may change.

Up to 100,000 UTF-16 units per input and 1,000,000 per result. See the supported formats and examples below.

How to use

  1. Indent well-formed XML for reading while preserving mixed text content and xml:space settings.
  2. Choose the mode or options, then run the tool.
  3. Review the result, then copy or download the TXT file.

Example

<root><item/></root> →
<root>
  <item/>
</root>

Details and limitations

DTD and entity declarations are rejected. XML formatting is not schema validation or canonicalization. Attribute quote styles may change.

Text stays in your browser; it is not sent to a conversion server.

FAQ

XML Formatter — What are the supported inputs and limits?

DTD and entity declarations are rejected. XML formatting is not schema validation or canonicalization. Attribute quote styles may change.

Format references

Tool page updated: