[
https://issues.apache.org/jira/browse/VXQUERY-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shivani Mall updated VXQUERY-158:
---------------------------------
Description:
Queries that contain nested results enclosed in element constructor fail.
For example, for the following query the result is missing:
let $v := "missing"
return <result><v>{$v}</v></result>
was:
Queries that contain results enclosed in { } fail.
For example, for the following query the result is missing:
let $v := "missing"
return <result><v>{$v}</v></result>
> Can not read/evaluate { } in queries
> ------------------------------------
>
> Key: VXQUERY-158
> URL: https://issues.apache.org/jira/browse/VXQUERY-158
> Project: VXQuery
> Issue Type: Bug
> Reporter: Shivani Mall
>
> Queries that contain nested results enclosed in element constructor fail.
> For example, for the following query the result is missing:
> let $v := "missing"
> return <result><v>{$v}</v></result>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)