A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/xmldb
A module for database manipulation functions.

xmldb:get-user-home($user-id as xs:string) xs:anyURI?
Returns the user's home collection URI or the empty sequence if no home collection is assigned to the user $user-id.
$user-idThe user-id

Returns the home collection URI of user $user-id if one is assigned, otherwise the empty sequence
Return to list of all modules