exist icon indicating copy to clipboard operation
exist copied to clipboard

eXist Native XML Database and Application Platform

Results 362 exist issues
Sort by recently updated
recently updated
newest added
trafficstars

### What is the problem `conf.xml` still has a few linline holdouts. These are tricky to process via standard xsl/xquery and unnecessarily complicate hand-off configuration of exist. A boolean `@enablded`...

enhancement
needs documentation

The release of `5.3.0` has revealed a misconfiguration of the docker deploy CI config. It expects a PR against the `master` branch, but it only gets a push event. The...

bug
enhancement
discuss
needs documentation
docker

Lucene provides a package to generate suggestion lists based on an index, which can be presented to users to help formulating a query. This PR integrates the feature into eXist's...

Lucene

**Is your feature request related to a problem? Please describe.** We think that more languages will be good in the future **Describe the solution you'd like** A clear and concise...

enhancement

According to the [contribution notes](https://github.com/eXist-db/exist/blob/develop/CONTRIBUTING.md#branch-naming) the `develop-6.x.x` is the main branch for ongoing 6.x development. `6.3.0` was released from the `6.3.0-branch` but we haven't merged back into `develop-6.x.x` If we...

discuss

**Describe the bug** Evaluating one of the below main modules will raise error `FODC0006`. > [...] not a well-formed XML document.: Document is not valid. Fatal (1,1) : Content is...

needs XQSuite test
xquery

When a function is loaded using `load-xquery-module`, any declared `exist:output-size-limit` is not used. The only way to set `exist:output-size-limit` is in the function itself. This differs from function in modules...

bug
investigate

needs investigation (develop) ``` Error: core] [ERROR] Tests run: 754, Failures: 1, Errors: 0, Skipped: 4, Time elapsed: 13.35 s

help-needed

**Is your feature request related to a problem? Please describe.** I have read the book of eXist and i have seen that it would be good to add to github...

enhancement
awaiting-response

# Description The `fn:transform` function sometimes produced `NullPointerException`s. This happened for documents containing nodes of type `org.exist.dom.memtree.ElementImpl` and other subtypes of `org.exist.dom.memtree.NodeImpl`. The function `org.exist.xquery.functions.fn.transform.Convert.ToSaxon.ofNode(Node)` uses `org.exist.xquery.functions.fn.transform.TreeUtils.treeIndex(Node)` to get a...

needs develop port
needs Junit test