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