Re: W3C validator

2006-05-08 Thread Gabor Szabo
I checked it again, one can download the source code of their service from here http://validator.w3.org/source/ and it is even packaged in some of the linux distros. (It is of course slightly outdated on Debian) Someone might want to write a wrapper around it or maybe use WebService::Validator::

Re: W3C validator

2006-05-08 Thread Andy Lester
On May 8, 2006, at 11:20 AM, A. Pagaltzis wrote: * Andy Lester <[EMAIL PROTECTED]> [2006-05-08 18:00]: Try my HTML::Tidy. It's based on libtidy. Speaking of which, any chance that’ll get a somewhat usable interface? Right now, parser options have to be written to a file and the function that

Re: W3C validator

2006-05-08 Thread A. Pagaltzis
* Andy Lester <[EMAIL PROTECTED]> [2006-05-08 18:00]: > Try my HTML::Tidy. It's based on libtidy. Speaking of which, any chance that’ll get a somewhat usable interface? Right now, parser options have to be written to a file and the function that actually cleans the HTML is just documented as “retu

[REPOST] [ANNOUNCE] Test::Group 0.02

2006-05-08 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dominique Quatravaux a écrit : > Dear perl-qa members, > > I am pleased to announce the first public release of Test::Group, a > handy module for grouping batches of tests together. Due to a hiccup in PAUSE this week-end, my upload is only appearing

Re: W3C validator

2006-05-08 Thread Andy Lester
On May 8, 2006, at 10:53 AM, Gabor Szabo wrote: I must be missing something but I don't understand why is there no module that would provide the W3C validation without hitting http://validator.w3.org and without the need to setup a similar web site? Try my HTML::Tidy. It's based on libtidy

W3C validator

2006-05-08 Thread Gabor Szabo
I must be missing something but I don't understand why is there no module that would provide the W3C validation without hitting http://validator.w3.org and without the need to setup a similar web site? WWW::CheckSite::Validator uses that web site WebService::Validator::HTML::W3C provides an inter