- From: Brett Bieber <brett.bieber@gmail.com>
- Date: Wed, 3 Jan 2007 16:41:09 -0600
- To: www-validator@w3.org
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