xquery
Here are 241 public repositories matching this topic...
Hello Benito,
For a specific task I need a "bitwise exclusive or"-function, but I realized xidel doesn't have one. So I created a function for that.
I was wondering if, in addition to the EXPath File Module, you'd be interested in integrating the EXPath Binary Module as well. Then I can use bin:xor() instead (although for
The function xmldb:create-collection($target-collection-uri as xs:string, $new-collection as xs:string) supports recursion on the $new-collection, which makes it possible to say:
xmldb:create-collection(repo:get-root(), 'a/b/c/d')This recursively creates a/b/c/d as needed and returns /db/apps/a/b/c/d. This very much appreciated behavior however is undocumented.
As ca
-
Updated
Mar 19, 2022 - TypeScript
-
Updated
Mar 17, 2022 - Pascal
-
Updated
Mar 17, 2022 - HTML
-
Updated
Dec 23, 2018 - XQuery
Add documentation for "request" and "db" modules to gh_pages branch
-
Updated
May 11, 2018 - XQuery
-
Updated
Feb 15, 2019 - Java
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Mar 23, 2021
-
Updated
Aug 22, 2020 - HTML
-
Updated
Aug 27, 2020
Implementation of the DerefDescendantExpr currently is a copy of an old version of the DerefExpr, which drilled down into arrays and lookups the right operand for the objects in this array. Now the semantics for ==>foobar should be that it drills down into objects as well and to find values of objects, which have a foobar field in a predorder traversal.
-
Updated
Mar 14, 2022 - Kotlin
Improve this page
Add a description, image, and links to the xquery topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xquery topic, visit your repo's landing page and select "manage topics."


SirixDB as Brackit currently offers a "one-shot" query through params or STDIN, but we should provide a simple CLI tool, which can execute several queries in a row.
See also sirixdb/brackit#32