[xquery-talk] A flowering map

Joe Wicentowski joewiz at gmail.com
Thu Jan 2 01:18:12 PST 2014


I think you may have found a bug in eXist-db.  Your code can be
reduced to the following tests:

Works in eXist-db:

('A','B','C','D') ! element {.} {'Z'}

Fails with the undefined static context error.

('A','B','C','D') ! (let $x := 1 return element {.} {'Z'})

You may wish to report this on exist-open.

Joe


More information about the talk mailing list