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