G
GuideDevOps
Formatters & Validators

XML Formatter

Prettify and validate XML documents.

XML Formatter

Format, minify, and validate XML documents.

How to Use

Paste XML to format it with indentation. The tool also flags malformed XML so you can fix closing tags or invalid nesting.

Example Usage
Input
<config><env>prod</env><port>8080</port></config>
Output
<config>
  <env>prod</env>
  <port>8080</port>
</config>