xcollection($collection-uris as xs:string+, ...) node()*
Returns the document nodes in the collections $collection-uris non-recursively, i.e. does not include document nodes found in sub-collections.
C.f. fn:collection(). Collection URIs can be specified either as a simple collection path or an XMLDB URI.
$collection-uris
The collection URIs
Returns the document nodes from the specified collections excluding sub-collections
Deprecated: This function is eXist-specific and deprecated. It should not be in the standard functions namespace. Please use http://exist-db.org/xquery/xmldb:xcollection() instead.
This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.