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