Path: usenet.cise.ufl.edu!newsfeeds.nerdc.ufl.edu!news.magicnet.net!newspump.monmouth.com!newspeer.monmouth.com!newsfeed.corridex.com!nntp2.savvis.net!inetarena.com!not-for-mail
From: Sami Itkonen <si@iki.fi>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc
Subject: ANNOUNCE: HTML::Validator
Followup-To: comp.lang.perl.misc
Date: 7 Jan 1999 19:42:28 GMT
Organization: The Helsinki University of Technology
Lines: 37
Approved: merlyn@stonehenge.com (comp.lang.perl.announce)
Message-ID: <7732n4$6gq$1@play.inetarena.com>
NNTP-Posting-Host: halfdome.holdit.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:213 comp.lang.perl.misc:57732


  DESCRIPTION

HTML::Validator is a module that checks the validity of HTML (or SGML)
files. For this is uses nsgmls and document type definition (aka dtd) files.
LWP is used to validate files obtained from the web.

A sample validator script is provided with the module.


  REQUIREMENTS

The needed non-perl files are:

 - nsgmls (see <URL:http://www.jclark.com/sp/howtoget.htm>)

 - dtd files (not included). I use W3C's SGML library, which can be downloaded
   from <URL:http://validator.w3c.org/sgml-lib.tar.gz>


  HOME PAGE

The home page is located at <URL:http://www.iki.fi/si/HTML-Validator>,
which contains up-to-date information.


  DOWNLOADING

The module itself can be downloaded from CPAN
<URL:http://www.perl.com/CPAN/authors/id/S/SA/SAIT/HTML-Validator-0.04.tar.gz>
or from the home page
<URL:http://www.iki.fi/si/HTML-Validator/HTML-Validator-0.04.tar.gz>

-- 
 Email: si@iki.fi, WWW: <URL:http://www.iki.fi/si/>


