Hi, As a quick work around you just could replace your verifyXpath task with verifyProperty
> <verifyXPath description="Compare previous against current product"
> xpath="compare(#{previousProduct},#{currentProduct}) < 1"
> />
<verifyProperty description="Compare preProd to currentProd"
name="currentProduct"
text="#previousProduct"/>
Cheers,
Frank.
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

