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