Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
Services_W3C_HTMLValidator
Installed
- no -
Latest
1.0.0
License
BSD
Summary
An Object Oriented Interface to the W3C HTML Validator service.
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.