blob: 96695ec22d052b0ddfcf6be0664c4b26abf0930f [file] [log] [blame]
(:*******************************************************:)
(:Test: op-boolean-greater-than-6 :)
(: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 le operator. :)
(:*******************************************************:)
fn:not(xs:boolean("false")) le xs:boolean("true")