Dear Michael, Jaxen has bee replaced by Xalan long time ago, but I am not sure if it supported XPath 2.0 or no.
Ahmed ________________________________ From: Michael Zwick <[email protected]> To: "[email protected]" <[email protected]> Sent: Tuesday, March 3, 2009 11:07:57 AM Subject: [Webtest] XPath 1.0 / 2.0? 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

