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