Skip to content
#

xml-database

Here are 16 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 xml-database 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 xml-database topic, visit your repo's landing page and select "manage topics."

Learn more