Skip to content
Snippets Groups Projects
Commit 5d93ce2d authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

doc: Check DocBook XML validity during the build


Building the documentation with XSLT does not check the DTD, like a
DSSSL build would.  One can often get away with having invalid XML, but
the stylesheets might then create incorrect output, as they are not
designed to handle that.  Therefore, check the validity of the XML
against the DTD, using xmllint, during the build.

Add xmllint detection to configure, and add some documentation.

xmllint comes with libxml2, which is already in use, but it might be in
a separate package, such as libxml2-utils on Debian.

Reviewed-by: default avatarFabien COELHO <coelho@cri.ensmp.fr>
parent f43afbca
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment