
validate - HTML validator

validate [-v] [-c catalog] [-n nsgmls] [-d doctype] <URL|file> [URL|file] ...

The I<validate> script will validate a HTML document. The document can be either local or it can be an URL. Although useful as such, the script was written to demonstrate the usage of the HTML::Validator module. Documents supplied from the standard input will also be validated.

Verbose operation. Output will be produced even if the document valid. In addition, the document type will be outputted.
The catalog to use instead of the default one.
The nsgmls executable to use instead of the default one.
Use this document type instead of the one written on the file

L<HTML::Validator>, L<LWP>, L<nsgmls>

Sami Itkonen <si@iki.fi>

Copyright © 1997-2000 Sami Itkonen <si@iki.fi> HTML::Validator is distributed under the GNU General Public License.