vote up 0 vote down star

I have several hundred (static - no includes or server-side parsing) HTML pages. I would like to validate the HTML (XHTML 1.0 Transitional), but the idea of plugging each of them individually into the W3C Validator - or even using a Firefox plug-in to open each one - fills me with dread.

Does anyone know of any (Windows) apps that can do bulk validation? The "Validate entire site" feature on http://www.htmlhelp.com/tools/validator is the closest I've come, but that's limited to 100 pages.

flag

3 Answers

vote up 0 vote down

You should be able to find something based on the html tidy library.

link|flag
vote up 0 vote down

What is the problem with downloading the source and running it locally?

Source code is here

There is also A Real Validator for Windows, specially.

link|flag
vote up 0 vote down

Thanks for the very prompt answers. But I guess stackoverflow is probably not the best place to ask my question(!); I'm a bit of a dunce and just want a free 'out of box' solution (hence asking for Windows). I like the idea of "A Real Validator", but I'm not convinced $25 is a worthwhile price for a front-end. Is there really nothing compiled and free? (I haven't written any Perl in 3 years, and don't really want to). Even a plain text out (a la http://www.htmlhelp.com/tools/validator) would be great.

link|flag

Your Answer

Get an OpenID
or

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