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