blob: a97fba161d597a2505a2092b13288303303b97f2 [file] [log] [blame]
(: Name: fn-idref-14 :)
(: Description: Evaluation of fn:idref used as part of a node expression ("is" operand). :)
(: Compare different elements. :)
(: insert-start :)
import schema namespace ids="http://www.w3.org/XQueryTest/ididrefs";
declare variable $input-context1 external;
(: insert-end :)
(fn:idref("id1", $input-context1/ids:IDS)) is (fn:idref("id2", $input-context1/ids:IDS))