xmldb:collection-exists($collection-path as xs:string, ...) xs:boolean
Returns true() if the collection $collection exists and is available, otherwise false().
$collection-path
The 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.