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