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

mvn tidy:pom and mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort -Dsort.predefinedSortOrder=custom_1 -Dsort.nrOfIndentSpace=4 -Dsort.sortDependencies=scope,groupId,artifactId -Dsort.keepBlankLines=true

When trying to load the DocBook XSLT files, there are failures due to entities that are not recognized by eXist. I tried to make another pass at creating an EXPath...

enhancement
awaiting-response

**Describe the bug** Given XML document: ``` true ``` and XPath query: `//*[starts-with(@a2,"1") = false()]` Exist db returns empty result set **Expected behavior** Should return ``` true true ``` as...

bug
investigate
xquery

**Describe the bug** Given XML document: ``` 1 1 ``` and XPath query: `//*//B2` Exist db returns ``` 1 1 1 ``` **Expected behavior** Should return ``` 1 1 ```...

bug

**Describe the bug** Given XML document: ``` ``` (No index defined) and XPath query: ``` //*[last()

bug
xquery

**Describe the bug** When a fulltext hit occurs across multiple text nodes, eXist's `util:expand()` function only tags the first with ``. **Expected behavior** Given how difficult it can be to...

bug

### What is the problem We get unexpected results from xqueries, e.g. documents or fragments thereof are not returned in xquery results when they should be. ### What did you...

bug
investigate
Lucene

It is not possible to store a document into eXist-db if the following two concerns align: 1. The document contains an Element with two children: 1. a Text node, 2....

bug
high prio

### What is the problem > After installing exist on a new machine the using the jar installer and attempting to run exist, the program runs through its first use...

windows

**Describe the bug** If nothing but the term frequency changes `util:index-keys#5` might return stale data. The test results indicate that this happens only if the frequency changes for _all_ terms...