Indenting a well-formed XML file
Assume the XML file file.xml
is
well-formed but not indented, it can be indented using
tidy
tidy -xml -i file.xml > indentedFile.xml
Assume the XML file file.xml
is
well-formed but not indented, it can be indented using
tidy
tidy -xml -i file.xml > indentedFile.xml