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