blob: 09ef8ade476c8c6667fc416f24dd8b5dfc908f15 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-boolean-less-than-more-args-007.xq :)
(: Written By: Pulkita Tyagi :)
(: Date: Thu Jun 2 00:19:25 2005 :)
(: Purpose: To check if arg1: Boolean is less than arg2:Boolean :)
(:**************************************************************:)
xs:boolean("false") lt xs:boolean("true")