Sami Itkonen > HTML-Validator-0.13 > validate

Download:
HTML-Validator-0.13.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source  

NAME ^

validate - HTML validator

SYNOPSIS ^

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

DESCRIPTION ^

 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.

OPTIONS ^

-v

Verbose operation. Output will be produced even if the document valid. In addition, the document type will be outputted.

-c catalog

The catalog to use instead of the default one.

-n nsgmls

The nsgmls executable to use instead of the default one.

-d doctype

Use this document type instead of the one written on the file

SEE ALSO ^

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

AUTHOR ^

Sami Itkonen <si@iki.fi>

COPYRIGHT ^

 Copyright © 1997-2000 Sami Itkonen <si@iki.fi>

 HTML::Validator is distributed under the GNU General Public License.