Bytelify

XML Prettify

Format and indent minified XML into clean, readable markup, live as you type.

100% private, runs in your browser
Formatted
<?xml version="1.0"?>
<note>
  <to>Alice</to>
  <from>Bob</from>
  <body>Hi!</body>
</note>

Re-indents XML based on tag nesting, live as you type. Runs entirely in your browser; nothing you type is sent anywhere.

What is XML Prettify?

Paste minified or single-line XML and get it reformatted into clean, indented markup instantly, based on tag nesting depth.

FAQ

No — it re-indents based on tag structure but doesn't check for well-formedness issues beyond that. Use HTML Validator's balance-check approach as a rough proxy, or a dedicated XML validator for strict compliance checking.

Yes, use XML Minifier to strip whitespace back out.