XML lint
xmllint is actually contained in the package libxml2-utils !Install
You must first install the package that contains xmllint# aptitude install libxml2-utils
Validate XML only
$ xmllint --noout myxml.xml
Validate XML and DTD
$ xmllint --noout --valid myxml.xml
See also libxslt
REFERRERS
BlueFish
XML