Sign in
◑
Theme
eclipse
/
sourceediting
/
webtools.sourceediting
/
d335d0239dd05ab2f12e276ce6858f6993836a06
/
.
/
xpath
/
tests
/
org.w3c.xqts.testsuite
/
Queries
/
XQuery
/
Expressions
/
CondExpr
/
CondExpr005.xq
blob: 2918fcb2ed598700b37992f396ee2a9d0eab1225 [
file
]
(: Name: CondExpr005 :)
(: Description: Empty node set from a path expression as test condition :)
(: insert-start :)
declare
variable
$input-context
external
;
(: insert-end :)
if
(
$input-context
//NodeDoesNotExist)
then
<elem1
/
>
else
<elem2/>