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