Home » Web Services » Services_W3C_HTMLValidator
An Object Oriented Interface to the W3C HTML Validator service.
This package is unmaintained.
Download latest release 1.0.0 (there might be newer Composer installable version)
License: BSD
Description
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.
Documentation
Maintainers
- Brett Bieber (saltybeagle) — lead, active
Dependencies
Required
- PHP (>= 5.1.6)
- PEAR Installer (>= 1.5.4)
- HTTP_Request2 (>= 0.2.0)
Releases
- 1.0.0 (stable, 2010-04-24)
Release notes
License: BSD
First stable release:
* Fix Exception throwing for PHP versions < 5.3.
* Increase PEAR Installer dependency to 1.5.4
* Bug #17339 PHP Strict Standards - 1.0.0RC2 (beta, 2009-01-20)
Release notes
License: BSD
* Switch to HTTP_Request2
- 1.0.0RC1 (beta, 2007-07-25)
Release notes
License: BSD
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=4489These 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. - 0.2.0 (alpha, 2006-12-14)
Release notes
License: BSD
Switch last remaining private member variable to protected (thanks Christian Weiske).
Move examples into docs directory (thanks Mark Wiesemann)
Change channel from pear.saltybeagle.com to pear.php.net
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #15675 | Closed | Bug | CVS | 2009-01-18 | Unit tests fail |
| #15719 | Bogus | Bug | CVS | 2009-01-22 | Unit tests fail |
| #16448 | Closed | Bug | Unknown | 2009-07-17 | Wrong parameters for Exception Line 352 |
| #17141 | Spam | Req | Unknown | 2010-02-21 | un lucru bun exista si in tara asta |
| #17339 | Closed | Bug | 1.0.0RC2 | 2010-04-24 | PHP Strict Standards |
| #17400 | Closed | Req | 1.0.0 | 2010-05-18 | Allow HTTP_Request2 config options to be set |
| #18424 | Closed | Req | 1.0.0 | 2011-04-06 | Add socket timeout option for send() requests to SOAP gateway |
| #20075 | Feedback | Bug | 2013-09-26 | Warning: DOMDocument::loadXML(): Space required after the Public Identifier in | |
| #20566 | Open | Bug | 1.0.0 | 2015-06-28 | W3 blocked if output=soap12 |