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