blob: 1b028275d60260ab9bdbaabdfebfd0282e5307b0 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-042.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(1) }
</return>