Higher-level C++ interface for XML processing and validation.
Provides a higher level interface to XML processing
$ xmllint --schema schema.xsd document.xml$ xmllint --xpath '//element/@attribute' document.xml$ xmllint --format document.xml$ xmllint --noout document.xml$ xmllint --c14n document.xml