blob: 57b01f6ab9e8364138428d70751d73383f7fd5dd [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-042.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using float values :)
(:*******************************************************:)
<return>
{ xs:float('INF') and xs:float(1) }
</return>