On Tue, 15 Jul 2003, James Asher <[EMAIL PROTECTED]> wrote: > We have an application that has a registration process > that creates dynamic pages with cookies. We'd like to > be able to check the validity of the (x)html through > the W3C's validator. We'd like to all have this as > one ant task.
Not with a built-in Ant task, but there are several projects you will want to look into. Including Latka[1], Cactus[2] using the HttpUnit integration, AntEater[3] and Webtest[4] (and certainly a lot more). Stefan Footnotes: [1] http://jakarta.apache.org/commons/latka/ [2] http://jakarta.apache.org/cactus/ [3] http://aft.sourceforge.net/ [4] http://webtest.canoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
