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