The Wayback Machine - http://web.archive.org/web/20220709075602/https://github.com/topics/xquery
Skip to content
#

xquery

Here are 245 public repositories matching this topic...

ahenket
ahenket commented May 3, 2021

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

needs documentation needs XQSuite test good first issue

Improve this page

Add a description, image, and links to the xquery topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xquery topic, visit your repo's landing page and select "manage topics."

Learn more