fn:uri-collection
Returns a sequence of xs:anyURI
values representing the URIs in a URI
collection (either the default collection or a named collection).
uri-collection() ➔ xs:anyURI*
There are no arguments | |||
Result | xs:anyURI* |
uri-collection($arg as xs:string?) ➔ xs:anyURI*
Arguments | |||
| $arg | xs:string? | The collection URI |
Result | xs:anyURI* |
Namespace
http://www.w3.org/2005/xpath-functions
Links to W3C specifications
XPath 3.1 Functions and Operators
Saxon availability
Available in XPath 3.0, XSLT 3.0, XQuery 3.0, and later versions. Available in all Saxon editions.
Notes on the Saxon implementation
Available since Saxon 9.3, provided XPath 3.0 is enabled.
The mechanisms for interpreting collection URIs are essentially the same as for the collection() function, except
that the CollectionFinder
(if used) must return URIs rather than returning parsed
document nodes, or other collection items, directly. For more information see Collections.