blob: 6e990614a2f357612fc8343eab3992ea2de86460 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-024.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using string values :)
(:*******************************************************:)
<return>
{ xs:string("0") and xs:string('abc') }
</return>