Developer tools

XML formatter

Indent nested tags for readability and catch mismatched tags or invalid markup before you ship configs or feeds.

How it works

Paste XML markup. Format / validate walks the DOM and prints it with consistent indentation; if the parser rejects the document (e.g. unclosed tags), you’ll see the browser’s error message instead of broken output.

Related tools