| PEAR Announce 2007-07-25, 7:03 pm |
| The new PEAR package Services_W3C_HTMLValidator-1.0.0RC1 (beta) has been released at http://pear.php.net/.
Release notes
-------------
New features - return error and warning source context, unique
message id, and explanations for the error and warnings.
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4489
These features are included in the latest version of the W3C Validator (version
0.8.0).
Unit Tests now included, additional documentation and coding standards fixes.
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/Service...wnload/1.0.0RC1
Download: http://download.pear.php.net/packag...or-1.0.0RC1.tgz
Authors
-------
Brett Bieber <brett.bieber@gmail.com> (lead)
|