Returns true if the first argument is false and the second is true.
xs:boolean
values. Also
used in the definition of the "ge" operator.op:boolean-less-than
( $arg1
as xs:boolean
,$arg2
as xs:boolean
xs:boolean
The function returns true
if $arg1
is false
and
$arg2
is true
. Otherwise, it returns
false
.