Solutions Log
Reformat and reindent an XML file
This is easy to accomplish with xmllint and a shell one-liner:
xmllint --format inputfile.xml > outputfile.xml Solutions Log
This is easy to accomplish with xmllint and a shell one-liner:
xmllint --format inputfile.xml > outputfile.xml