blob: f51620b86ce00b3905bbe5bba772f5da0f0f4176 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-076.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using nonPositiveInteger values:)
(:*******************************************************:)
<return>
{ xs:nonPositiveInteger(0) and xs:nonPositiveInteger(0) }
</return>