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.

link|improve this question

feedback

3 Answers

up vote 7 down vote accepted

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/

link|improve this answer
feedback

This plugin wraps W3C validator to be used in CSS editor from WTP: http://code.google.com/a/eclipselabs.org/p/cssvalidator/

link|improve this answer
feedback

Try rexsl-w3c Java library. It does a W3C validation through their online validator without a necessity to install anything.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.