简体   繁体   中英

BaseX XQuery gives error message „Context is undeclared“

The following xquery code runs into the error „Context is undeclared“. I am using BaseX v9.1.2.

在此处输入图片说明

How is it possible that this error happens there?

In your return statement, there is no context for the XPath to be applied. Use the $el variable bound in your loop:

return <key-val><key>{ data($el/as:SERVICE-INSTANCE-REFS/...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM