I have a website which is constantly changing and I would like to W3c validate it before deploying to live - are there any tools that can help me with this? An Eclipse plugin would be perfect but I'd settle for a standalone tool. Any pointers appreciated, thanks.
|
feedback
|
|
You can actually download and run the validator yourself. w3 has a variety of different tools here (including the HTML validator): http://www.w3.org/QA/Tools/ | |||
|
feedback
|
|
This plugin wraps W3C validator to be used in CSS editor from WTP: http://code.google.com/a/eclipselabs.org/p/cssvalidator/ | |||
|
feedback
|
|
Try rexsl-w3c Java library. It does a W3C validation through their online validator without a necessity to install anything. | |||
|
feedback
|