Skip to content
#

xproc

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

gimsieke
gimsieke commented Oct 5, 2020

Instead of supplying username and password on the command line when invoking a pipeline, we would like to use the invoking Linux user’s cached authentication info if available, for example in /home/wbdvwork/.subversion. So if username and password are missing, the steps should look at some default locations before raising an error.
[org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationMan

Improve this page

Add a description, image, and links to the xproc 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 xproc topic, visit your repo's landing page and select "manage topics."

Learn more