Sha256: f71ec4c4c6e932ddfddd2276b9656e4ab103086c85742a780153fd2309f6047f
Contents?: true
Size: 608 Bytes
Versions: 7
Compression:
Stored size: 608 Bytes
Contents
--- title: Webgen::ContentProcessor::Xmllint --- ## Description This content processor uses the `xmllint` program from the ["libxml2" package][1] to check the input for well-formedness and/or validness. `xmllint` can validate an XML (and therefore an XHTML) file against a DTD, a RelaxNG schema or a WXS schema. For more information about where to put the DTD or schema files, have a look at the `libxml2` documentation. The configuration option `contentprocessor.xmllint.options` can be used to change the default command line options that are used for the `xmllint` program. [1]: http://www.xmlsoft.org
Version data entries
7 entries across 7 versions & 1 rubygems