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