1.8 xmllint

xmllint file

Checks that the file is well formed

xmllint –format file
<a> <b> ... </b> <b>
<c>...</c> </b> </a>
<a>
  <b> ... </b>
  <b>
    <c>...</c>
  </b>
</a>