xqerl icon indicating copy to clipboard operation
xqerl copied to clipboard

Erlang XQuery 3.1 Processor

Results 13 xqerl issues
Sort by recently updated
recently updated
newest added

https://www.w3.org/TR/xpath-functions-31/#fns-on-docs At the moment calling `fn:uri-collection()` with empty arg is returning an error if no arg is supplied. > If $arg is not specified, the function returns the sequence of...

One of the thing I had in mind for issue #48 was to create the basis for establishing services based the cowboy rest handler and a main module server. Both...

For xqerl on this repo I would like to work on achieving - [x] tagged releases: after issue resolved, passed github-action checks and pr merged into main.In short a basic...

I imagine people hearing about xqerl might like to give it a try. Folks with erlang experience can probably figure it out, but for those without this experience, could you...

documentation

Add documentation for "request" and "db" modules to gh_pages branch

help wanted
good first issue
documentation

"a new 'db' module will be introduced that allows for insertion, deletion, and retrieval of any 'item' in the database. This will address all item types, including functions. What this...

@grantmacken yes, the `db:link` is very similar to the atom media-link-entry. The saving of the file would need to happen either with the `file` module, or could be done outside...

@zadean If it's not to late for this feature set, I would like to see a `db:mv` , which like the unix variant could be used for renaming or moving...

I've opened this issue to discuss *after build* smoke tests. This could be done with travis.yml file - build docker image from repo after each branch commit/push - run newly...

help wanted

# [restXQ](http://exquery.github.io/exquery/exquery-restxq-specification/restxq-1.0-specification.html) implementation I have opened this issue to monitor of the [restXQ](http://exquery.github.io/exquery/exquery-restxq-specification/restxq-1.0-specification.html) implementation status for xqerl. ## current status re. HTTP methods - [X] GET e.g. http://example.com - [X]...