blob: 3fc45d08282f95718ec6b82d99c6db9cd8d4152c [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-016.xq :)
(: Written By: Lalith Kumar :)
(: Date: Thu May 12 05:50:40 2005 :)
(: Purpose: Logical 'and' using sequences :)
(:*******************************************************:)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
<return>
{ ($input-context/bib/book/price/text())
and ($input-context/bib/book/price/text()) }
</return>