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