Hi all,

I wonder about the XPath version supported by WebTest. I'd like to do 
operations like this one (which is not possible with XPath 1.0):
fn:sum(for $td in //t...@colspan and @rowspan] return $td/@colspan * 
$td/@rowspan)

>From an earlier post I derived that WebTest uses Jaxen as XPath engine. Am I 
>right with that? Jaxen seems to focus on XPath 1.0 compatibility only 
>(http://jaxen.codehaus.org/faq.html).
Any recommendations for an alternative approach to do the calculation above?

Thanks,
Michael




Reply via email to