From: "PEAR Announce" on
The new PEAR package Services_W3C_HTMLValidator-1.0.0 (stable) has been released at http://pear.php.net/.

Release notes
-------------
First stable release:
* Fix Exception throwing for PHP versions < 5.3.
* Increase PEAR Installer dependency to 1.5.4
* Bug #17339 PHP Strict Standards

Package Info
------------
This package provides an object oriented interface to the API
of the W3 HTML Validator application (http://validator.w3.org/).
With this package you can connect to a running instance of the validator and
retrieve the validation results (true|false) as well as the errors and warnings
for a web page.

By using the SOAP 1.2 output format from the validator, you are returned simple
objects containing all the information from the validator. With this package it is
trivial to build a validation system for web publishing.

Related Links
-------------
Package home: http://pear.php.net/package/Services_W3C_HTMLValidator
Changelog: http://pear.php.net/package/Services_W3C_HTMLValidator/download/1.0.0
Download: http://download.pear.php.net/package/Services_W3C_HTMLValidator-1.0.0.tgz

Authors
-------
Brett Bieber <brett.bieber(a)gmail.com> (lead)