Re: [Wtr-general] Validating all php generated html code?

2006-04-04 Thread jkohl
If you're looking at pure HTML validation, I'd look at doing this at the HTTP layer. If I'm not mistaken, most web browsers (IE included) fill in missing closing tags. You will probably see IE's version of the HTML, not necessarily what the PHP scripts are actually generating. Someone who knows

Re: [Wtr-general] Validating all php generated html code?

2006-04-04 Thread Bret Pettichord
I agree. Watir is not the right tool for this.Perl's Mechanize or something similar in Ruby would probably be the thing to use.BretOn 4/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If you're looking at pure HTML validation, I'd look at doing this at the HTTPlayer. If I'm not mistaken, most