← All tools

XML Formatter & Viewer

Beautify, minify and explore XML, mixed content left intact.

Why this exists

SOAP services, Maven builds and plenty of telecom provisioning APIs still speak XML. Format and validate it with mixed content left intact.

🔒 Runs in your browser — nothing is sent anywhere
Input
298 B
Formatted
327 B
<?xml version="1.0" encoding="UTF-8"?><catalog>  <!-- product list -->  <book id="bk101" lang="en">    <author>Gambardella, Matthew</author>    <title>XML Developer's Guide</title>    <price>44.95</price>    <description>An in-depth look at <emphasis>creating</emphasis> applications.</description>  </book></catalog>

7 elements · 7 unique tags · 2 attributes · depth 5

Mixed content is left alone. In <p>Hello <b>you</b>!</p> the spaces are part of the sentence, so re-indenting around <b> would change what the document says. Entities, attribute quote style and self-closing tags are preserved exactly.