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