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