T

XML Formatter

Pretty-print or minify XML with parser validation. Adjustable indent, preserves CDATA.

Formatted
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <user id="1">
    <name>Dat</name>
    <email>a@b.c</email>
    <roles>
      <role>admin</role>
      <role>editor</role>
    </roles>
  </user>
</root>