Skip to content
#

tei-xml

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

Learn more