A RESTful browser for eXist Java-Based Function Modules


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

xmldb:collection-available($collection-path as xs:string) xs:boolean
Returns true() if the collection $collection exists and is available, otherwise false().
$collection-pathThe collection path

Returns true() if the collection exists and is available, false() otherwise
Return to list of all modules