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