Main > Programming > Libraries >

HTML::Lint 2.02

HTML::Lint 2.02

Sponsored Links

HTML::Lint 2.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.022 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 817
Date added: 2007-08-06
Publisher: Andy Lester

HTML::Lint 2.02 description

HTML::Lint can check for HTML errors in a string or file.

SYNOPSIS

my $lint = HTML::Lint->new;
$lint->only_types( HTML::Lint::STRUCTURE );

$lint->parse( $data );
$lint->parse_file( $filename );

my $error_count = $lint->errors;

foreach my $error ( $lint->errors ) {
print $error->as_string, "n";
}

HTML::Lint also comes with a wrapper program called weblint that handles linting from the command line:

$ weblint http://www.cnn.com/
http://www.cnn.com/ (395:83) < IMG SRC="spacer.gif" > tag has no HEIGHT and WIDTH attributes.
http://www.cnn.com/ (395:83) < IMG SRC="goofus.gif" > does not have ALT text defined
http://www.cnn.com/ (396:217) Unknown element < nobr >
http://www.cnn.com/ (396:241) < /nobr > with no opening < nobr >
http://www.cnn.com/ (842:7) target attribute in < a > is repeated

And finally, you can also get Apache::HTML::Lint that passes any mod_perl-generated code through HTML::Lint and get it dumped into your Apache error_log.

[Mon Jun 3 14:03:31 2002] [warn] /foo.pl (1:45) < /p > with no opening < p >
[Mon Jun 3 14:03:31 2002] [warn] /foo.pl (1:49) Unknown element < gronk >
[Mon Jun 3 14:03:31 2002] [warn] /foo.pl (1:56) Unknown attribute "x" for tag < table >

HTML::Lint 2.02 Screenshot

Advertisements

HTML::Lint 2.02 Keywords

Bookmark HTML::Lint 2.02

Hyperlink code:
Link for forum:

HTML::Lint 2.02 Copyright

WareSeeker periodically updates pricing and software information of HTML::Lint 2.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of HTML::Lint 2.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
HTML::GenToc is a Perl module that generate a Table of Contents for HTML documents. Free Download
HTML::DWT is a Perl module with DreamWeaver HTML Template. Free Download
Copy as HTML Link is a Firefox extension that creates an HTML link to the current page using the selected text and copies it. Free Download
DBIx::HTML::ClientDB is a Perl module to convert sql into a client-side db with keyed access. Free Download
HTML::HiLiter is a Perl module that can highlight words in an HTML document just like a felt-tip HiLiter. Free Download
HTML Objects is a Perl module library for turning HTML tags into Perl objects. Free Download
HTML::Clean module cleans up HTML code for web browsers, not humans. Free Download
HTML::Tiny is a lightweight, dependency free HTML/XML generator. Free Download