Forum Discussion

JohnNorthforest's avatar
JohnNorthforest
Occasional Visitor
14 years ago

XQuery match returns success where failure expected

I use a Xquery match assertion with a JDBC request The response of the JDBC request: <Results> <ResultSet fetchSize="0"/> </Results> The declare section: <Result> { for $x in //Row ...