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