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