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