xquery
Here are 232 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
Feb 2, 2022 - Java
-
Updated
Feb 1, 2022 - Pascal
-
Updated
Jan 20, 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
Jan 21, 2022 - JavaScript
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Mar 23, 2021
-
Updated
Aug 22, 2020 - HTML
-
Updated
Aug 27, 2020
-
Updated
Jan 29, 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."
We need a pre commit hook or something like that to auto-format code according to our IntelliJ Java Formatter or the Kotlin standard code formatting rules.