blob: ca97f8aab33c212f1512bd68bcacc6f014b6c6be [file] [log] [blame]
(:*******************************************************:)
(:Test: op-boolean-less-than-4 :)
(:Written By: Carmelo Montanez :)
(:Date: June 15, 2005 :)
(:Purpose: Evaluates The "boolean-less-than" function :)
(: with operands set to "not(true)", "false" respectively.:)
(: Use of ge operator. :)
(:*******************************************************:)
fn:not(xs:boolean("true")) ge xs:boolean("false")