Break XML onto one element per line with nesting indentation, turning a single-line document into something readable.
<root><item id="1"><name>Ada</name></item></root>
<root>
<item id="1">
<name>Ada</name>
</item>
</root>
No. It formats the text as written; it does not check the document against a schema or report malformed markup.
No. This tool runs entirely in your browser — nothing you type or paste is uploaded, logged or stored anywhere.
There is no fixed limit. Very large documents depend on your device’s memory, but ordinary pages and files are handled instantly.