check XML syntax with xmllint
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).