blob: 1e5337eeeba3de60046457fabab7b3eab06a39b6 [file] [log] [blame]
(:*******************************************************:)
(: Test: op-logical-and-014.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>
{ (0) and ($input-context/bib/book/price/text()) }
</return>