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