Forum Moderators: open
Here's an alternate, which works well[htmlhelp.com...]
Has this been updated? Last I checked (admittedly a long time ago, they didn't do XHTML). In any case, I rarely use the only validators. I use the same engine as the W3C and just use it locally. The output is less pretty, but no worries about server load.
For a quick how-to on creating your own validator, see
[ktmatu.com...]
Tom
I'm sure you could write a batch file that would make it do a whole site though, based on a recursive drill-down through directories.
It should work with XP. I'm sure you could figure out how to do the same with *nix as well, since I'm sure SP is available for those OSes.
I just rarely want to validate a site because if I validate a few pages generated by each template, I should basically have validated the site. If I validate the "site", I will get the same error 6500 times (i.e. every time the template is invoked).
Then it's just a matter of validating the dynamic content as it is created, something that may or may not be possible.
Tom