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