blob: 48c30666fc07bdb6a5feb1cfe023e83bdee9cbf3 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-or-159.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(255) }
</return>