check XML syntax with xmllint
21:12 23 Jul 2012

I am having a problem with some XML print files where the source system omits to convert some characters to their XML syntax equivalent (e.g. & is not converted to &).

Is there a way to catch this with xmllint? (I don't need to check the general tree structure using XSD).

xml