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