The Wayback Machine - https://web.archive.org/web/20210701050422/https://github.com/topics/xml-database
Skip to content
#

xml-database

Here are 11 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

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