PHP Library to the HTML Validator API

Hey all,
I've put together a PHP library installable via PEAR which is similar
to the PERL CPAN library.

http://pear.php.net/package/Services_W3C_HTMLValidator/

Usage example:
<?php
require_once 'Services/W3C/HTMLValidator.php';
$v = new Services_W3C_HTMLValidator();
var_dump($v->validate('http://www.unl.edu/'));
?>

I thought this might be useful for some others.... cheers!

-- 
-Brett

http:saltybeagle.com aim:ianswerq

Received on Thursday, 4 January 2007 01:30:19 UTC