blob: 2ffea2e5408f17a9a5da4a3482fd098068eeec10 [file] [log] [blame]
(: Name: fn-id-10 :)
(: Description: Evaluation of fn:id with multiple IDREF, but none matching one element. :)
(: Uses fn:count to avoid empty file. :)
(: insert-start :)
import schema namespace ids="http://www.w3.org/XQueryTest/ididrefs";
declare variable $input-context1 external;
(: insert-end :)
fn:count(fn:id("nomatching1 nomatching2", $input-context1/ids:IDS))