Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.xpath.tests
/
016c59e0d993bff3627285c4e69938834b5b13fc
/
.
/
tests
/
org.w3c.xqts.testsuite
/
Queries
/
XQuery
/
Expressions
/
ContextExpr
/
InternalContextExpr
/
internalcontextitem-20.xq
blob: ca04046f75832cb1e7f02d40f8445d80f9999e7e [
file
] [
log
] [
blame
]
(: Name: internalcontextitem-20 :)
(: Description: context item expression where context item used with "min" function. :)
(: insert-start :)
declare
variable
$input-context1
external
;
(: insert-end :)
(1,2,3)[
fn:min
((.,2))
eq
2]