2007-12-31: Minor release with feature enhancements. More...
2007-09-08: Small bug fix release. More...
2007-06-29: Some bug fixes and one small feature enhancement. 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.