PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » Services_W3C_CSSValidator

An Object Oriented Interface to the W3C CSS Validator service.

This package is unmaintained.

Download latest release 0.2.3 (there might be newer Composer installable version)

License: BSD

Description

This package provides an object oriented interface to the API
of the W3 CSS Validator application (http://jigsaw.w3.org/css-validator/).
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 a style sheet.

By using the SOAP 1.2 output format from the validator, you are returned simple
objects containing all the information from the validator.

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#15674ClosedBugCVS2009-01-18testValidateUri() is broken
#16473ClosedReqCVS2009-07-25Change to HTTP_Request2
#17998ClosedBug0.2.12010-10-26Installed into wrong path
#18082ClosedBugSVN2010-11-22Wrong parameters for Exception