sudo apt install libxml2-utils
echo 'your xml stuff here' | xmllint --format -
You will get a beautiful well-organized XML output.
Sources:
sudo apt install libxml2-utils
echo 'your xml stuff here' | xmllint --format -
You will get a beautiful well-organized XML output.
Sources: