Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.xpath.tests
/
e6e04fe7ccf3835c631b1d835c73316623ba519f
/
.
/
tests
/
org.w3c.xqts.testsuite
/
Queries
/
XQuery
/
Functions
/
NodeSeqFunc
/
SeqIDREFFunc
/
fn-idref-1.xq
blob: 95f7b4f3865287c6b0271285cbca24fb843bcf01 [
file
] [
log
] [
blame
]
(: Name: fn-idref-1 :)
(: Description: Evaluation of fn:idref with incorrect arity. :)
(: insert-start :)
declare
variable
$input-context1
external
;
(: insert-end :)
fn:idref
(
"argument 1"
,
<element1>
contenty
</element1>
,
"Argument 3"
)