blob: 89bf6d32c6a297a2aca7f72c90c7a3f92dbeb336 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-076.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(0) }
</return>