Make XML looking nice (xmllint)
$> cat products_delta.xml | xmllint –format – > products_delta_lint.xml  Attention: Don’t use the same file as source and destination! That will result in an empty file!
$> cat products_delta.xml | xmllint –format – > products_delta_lint.xml  Attention: Don’t use the same file as source and destination! That will result in an empty file!