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
Comments [Hide comments/form]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki