A RESTful browser for eXist Java-Based Function Modules


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

xmldb:collection-exists($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

Deprecated: Use xmldb:collection-available() instead. This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.
Return to list of all modules