blob: 0c843331d82ec8881c631255ff00bbe5a34f517e [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-021.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('') }
</return>