fn:collection

fn:collection(string $srcval) → node*

Function signature

$srcval

xs:string

Result

node() *

Loads an external collection of nodes identified by the URI of the collection

XPath 2.0 Specification

Implemented. In the Saxon implementation, the argument is interpreted as the URI of an XML catalogue document containing the URIs of the documents that make up the collection. An example of a catalogue is:


Expand

Up  Next