2007-02-28: webgen 0.4.2 released! Bugs fixed and some feature added! More...
2007-01-12: webgen 0.4.1 released! Bug fix for running webgen on Windows and other small updates! More...
2007-01-05: webgen 0.4.0 released! Major update to the core and plugins and many new features added! More...
| Plugin name: | HtmlValidator/xmllint (HtmlValidator/Default) |
|---|---|
| Author: | Thomas Leitner <t_leitner@gmx.at> |
| Summary: | Uses xmllint to check if a file is valid HTML and well-formed |
| Parameters: | args: "--catalogs --noout --valid" |
| Handler name: | xmllint |
This plugin uses the xmllint program from the libxml2 package. xmllint
can be used to 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 that comes bundled.