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