xmlindent - Format XML files
At Atlassian about 90% of my work is with Maven - so I’m editing a lot of XML every day. One invaluable tool I’d like to share is xmlindent.
Reformatting poorly formatted XML is as easy as
$ xmlindent -w crappy_formatted.xml
Is this the same as :
xmllint –format –recover