blob: c125421df736824797c2328459b2dacfcef6ff2e [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-159.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(255) }
</return>