basex icon indicating copy to clipboard operation
basex copied to clipboard

BaseX Main Repository.

Results 48 basex issues
Sort by recently updated
recently updated
newest added

### Description of the Problem Good day - I am attempting to build BaseX under Fedora Core 38 (FC-38) x86_64, Java Version : $ java -version java version "17.0.6" 2023-01-17...

### Description of the Problem Hello my dear friends from the other side of the lake! Given that I have a new company laptop with a shiny Ubuntu I obviously...

deploy

These changes - replace the dependency on TagSoup by a dependency on Validator.nu's HTML parser, - replace TagSoup options by Validator.nu options, - use Validator.nu for implementing `html:parse`, - add...

```xquery (: a.xqm :) module namespace a = 'a'; ``` ```xquery (: b.xqm :) module namespace b = 'b'; ``` ```xquery (: c.xqm :) module namespace c = 'c'; declare...

bug

[`inspect:functions($href)`](https://docs.basex.org/wiki/Inspection_Module#inspect:functions) can be used to embed XQuery modules dynamically. In XQuery 3.1, a similar function was added with a `fn:load-xquery-module`, which BaseX should support as well. Related: https://github.com/AndrewSales/XQS/issues/8

feature

Discussion: https://mailman.uni-konstanz.de/pipermail/basex-talk/2023-February/017801.html With the [LOG option](https://docs.basex.org/wiki/Options#LOG), logging of server operations and HTTP requests can be turned on/off. The option should be replaced by a more fine granular solution, which allows...

feature

### Description of the Problem Hello my dear friends at the other side of the lake, I use the Windows installer (company rules, not by choice...), but I get an...

deploy

When `%basex:lock` is assigned to an updating RESTXQ endpoint, the corresponding function should only be invoked once in parallel: ```xquery declare %rest:path('/test') %base:lock('LOCK') function local:sleep() { prof:sleep(10000) }; ``` Currently...

bug

The `%input:jsonparser`, `%input:csvparser` and `%input:htmlparser` annotations in RESTXQ endpoints should not affect inner `http:send-request` function calls.

bug

Applies to BaseXServer and BaseXHTTP only: If `users.xml` does not exist, create password and write it to logs (Password was set: .... Please change)