Re: Doing html validation using html tidy.

Nope.

You'd have to write a spider and have it call tidy for every page it finds.

FYI, I've got an OSS spider for Freenet at http://dev.int64.org. You
could modify it to spider the normal web and use tidy, if you know C++
and Win32.

On Tue, 29 Jun 2004 11:43:18 +0100, raghu.changlaveedu@bt.com
<raghu.changlaveedu@bt.com> wrote:
> 
> Hi,
> 
>   I am looking for a html validator that could validate the whole site (ie. by giving the url of my site). Our site uses Weblogic Portal Server which generates dynamic html(So the pages have three layers of html generated from different sources - jsp pages, standard portal header/footer templates and the content management system; interwoven). We also have some challenge-response authentication, in addition to the username/passwd. Is it possible for me to customise html tidy ( ie, by setting some config file where I can mention my username/password and the values for challenge-response authentications etc.) to use it for my site.
> 
>  it would be nice if anyone of you could give me some threads in this direction.
> 
> Your help would be highly appreciated.
> 
> Thanks & Regards
> Raghu.
> 
>

Received on Wednesday, 7 July 2004 16:41:12 UTC