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