blob: 1a2a459a66ec6177d652de86eab2502be41cd12c [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-156.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(1) }
</return>