blob: 1d474bfc0277f37bb1848e228b5400e6cce94843 [file] [log] [blame]
(: Name: fn-id-6 :)
(: Description: Evaluation of fn:id with given IDREF not matching a single 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("nomatchingid", $input-context1/ids:IDS))