A RESTful browser for eXist Java-Based Function Modules


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

xmldb:exists-user($user-id as xs:string) xs:boolean
Returns true if the user $user-id exists.
$user-idThe user-id

Returns true() if the user exists, false() otherwise
Return to list of all modules