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