xdmp:xor64( $x as xs:unsignedLong, $y as xs:unsignedLong ) as xs:unsignedLong
XOR two 64-bit integer values.
xdmp:xor64(255, 2) => 253