W3C Validation API
Package:
Summary:
Validate an HTML page using the W3C validator
Groups:
Author:
Description:
This class can be used to validate an HTML page using the W3C validator API.
It can send a HTTP request to the W3C validation Web server to request to validate an HTML page with given URL.
The class parses the response and returns whether the page validated or has any validation errors.
It can send a HTTP request to the W3C validation Web server to request to validate an HTML page with given URL.
The class parses the response and returns whether the page validated or has any validation errors.
Comments are closed.