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