formatting xml using linux console
just in case if someone is interested in formatting xml using linux console:
xmllint --format ugly.xml --output pretty.xml
TECH
just in case if someone is interested in formatting xml using linux console:
xmllint --format ugly.xml --output pretty.xml