blob: 8006f0e29c05711ef960d87fb0fc49f729913bc9 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-041.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:53:51 2005 :)
(: Purpose: Logical 'or' using float values :)
(:*******************************************************:)
<return>
{ xs:float('INF') or xs:float(0) }
</return>