-
**Describe the bug**
eXist ignores arguments passed to [named function references](https://www.w3.org/TR/xquery-31/#id-named-function-ref) and returns the function's identity instead of the results…
-
As far as I understand from digging through the XQuery specification, the initial context item declared with [`declare context item`](https://www.w3.org/TR/xquery-31/#id-context-item-declarations) sho…
-
**Describe the bug**
A clear and concise description of what the bug is.
```xquery
for $i as xs:string in ('a', 'b', 'c')
return {$i}
```
in eXist-db raises XPTY0004 (type error), continuing…
-
From @dizzzz on eXist-open, referring to http://atomic.exist-db.org/HowTo/JettySSL:
> that document is from 2008 ! it is probably outdated :-/ (classic issue with wikis)
-
```
19:17:53.032 [main] INFO org.exist.storage.BrokerPool -- shutdown complete !
[ERROR] Tests run: 341, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: 3.512 s
-
**Describe the bug**
In certain circumstances, eXist loses the ordering of in-memory nodes.
**Expected behavior**
I expected eXist to retain the ordering of in-memory nodes.
**To reprodu…
-
The following functions are not defined in the current spec:
* `fn:unparcel`, `fn:parcel` → dropped
* `fn:xdm-to-json` → #576
* `fn:concat()` → see #701
* `fn:parts` → see #463
* `codepoints-to…
-
**Describe the bug**
I want to run a (complicated) XSLT from disk. This XSLT has includes/imports, which in turn include/import others. All include file references are relative.
The first level of…
-
Judging from the output of the most recent run of our XQTS workflow
https://github.com/eXist-db/exist/actions/runs/4024734250/jobs/6917098711
the runner throws an uncaught exception at the very b…
-
**Describe the bug**
`fn:replace`, `fn:tokenize` and `fn:analyze-string` allow to use a pattern that matches an empty string. That results in odd behaviour as in this example:
```
replace( '12.…