>= and <= can evaluate to empty sequence
Replies (1)
Please register to reply
Added by Anonymous almost 19 years ago
Legacy ID: #3488372 Legacy Poster: marcvc (marcvc)
Michael, new since Saxon 8.6. The might be other scenarios, but at least in the following the >= and <= general comparisons evaluate to the empty sequence - first operand is a sequence of integers - second operand evaluates to the empty sequence For example the following results in the empty sequence: (1,2)>=doc("foo.xml")//e[1=2] Thanks, Marc
Legacy ID: #3489002 Legacy Poster: Michael Kay (mhkay)
Thanks, this is now fixed: logged as bug 1387942, test case added.
Please register to reply