blob: d88ae434e65e665ab719925123474b9b3a0df400 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-015.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 (1) }
</return>