[EMAIL PROTECTED] wrote: > Hello Marc, > > This way I loose the very nice regex capability from WebTest. Sorry for the > poor example, should have mentioned this before.
you're right. WebTest allows you to define your own XPath functions and already contains some functions going further than XPath 1 like for instance the matches function that accepts regexp. See https://svn.canoo.com/trunk/webtest/src/main/java/com/canoo/webtest/engine/xpath/MatchesFunction.java and its usage in the selfteset "verifyXPath: test WebTest xpath functions": http://webtest.canoo.com/webtest/reports/selftest/File22.html Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

