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