XPath/XQuery boolean-greater-than function

Summary

Returns true if the first argument is true and the second is false.

Operator Mapping

Defines the semantics of the "gt" operator when applied to two xs:boolean values. Also used in the definition of the "le" operator.

Signature

op:boolean-greater-than(
$arg1 as xs:boolean,
$arg2 as xs:boolean
) as xs:boolean

Rules

The function call op:boolean-greater-than($A, $B) is defined to return the same result as op:boolean-less-than($B, $A)