blob: c4ffeb4c0776957eb86f509edb14d08482f564e5 [file] [log] [blame]
(: Name: fn-idref-10 :)
(: Description: Evaluation of fn:idref with multiple ID, 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:idref("nomatching1 nomatching2", $input-context1/ids:IDS))