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