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