historia.vg / Tools / XML

XML Formatter

Paste XML, pick an indent size, and copy the result. Handles common XML documents.

CLI alternative

Format XML with xmllint:

xmllint --format input.xml

Install:

sudo pacman -S libxml2
sudo apt install libxml2-utils