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