Application Integration
- Application Integration
- All Products
fn:collection(arg)
Argument | Required/Optional | Description |
---|---|---|
arg | Optional | The URI identifying the collection to retrieve. If
omitted or empty, the default collection for the static context is
returned. |
|
|
---|---|
fn:collection("http://example.com/myCollection") | Sequence of nodes from the collection |
fn:collection() | Sequence of nodes from default collection |
fn:collection("") | Empty sequence |
fn:collection("nonexistent") | Empty sequence |