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