How to beautify a minified XML file?

Hi All,

Does anybody know a way to convert a minified XML file into a human readable one?
Is there an alternative to using an external tool like “xmllint”?

:%s!xmllint --format -

Thx!