blob: a7e7cc7f2f14057c84ca961b429477c6acc69190 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-boolean-less-than-more-args-002.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("1") lt xs:boolean("true")