I validated 167 pages of my Tasks Pro™ documentation last night. Is there a web service or something I can pass a list of URLs to and just get the results? Or do I have to keep doing this the manual way?
UPDATE: There is a batch validator from the Web Design Group.
Would the CSE HTML Validator do what you’re looking for?
http://www.htmlvalidator.com
Well, it’s a Windows app and I don’t develop on Windows much these days, so that isn’t a great fit.
How about VSE Link Tester?
http://vse-online.com
I want the validation, not the link testing. I found one and added a link to it in the post.
You could generate a list of urls that are all files that you want to validate, then feed them one by one with a script into http://validator.w3.[...]k?uri=$myurl
Or http://www.htmlhelp.[...]r/batch.html might be what you are looking for.
JST – I do have a page that feeds them to the validator one at a time, but it got very painful. The batch validator is exactly what I was looking for.