Hi all,
I updated my aged basex-version (8.5.3) to 8.6.6. With the new version, my defined file-references are broken, for example: let $style := doc('../xq_diff/remove_elements_from_doc.xsl‘) Even files in the same directory with the XQuery-file (corrigenda.xq) like: let $tokens := doc(„tokens.xml")
With 8.5.3 the REST-Requests with http://localhost:8984/rest?run=xqs/corrigenda.xq http://localhost:8984/rest?run=xqs/corrigenda.xq worked without problems.
With 8.6.6 and with the same request I’ll get the following error: Stopped at ., 11/18: [FODC0002] Resource '/Users/xq_diff/remove_elements_from_doc.xsl' does not exist OR Stopped at ., 79/26: [FODC0002] Resource '/Users/xxx/kleist_tokens.xml' does not exist.
It does work in BaseXGUI but not with the http-server.
Thanks for any help, Guenter