Application Integration
- Application Integration
- All Products
fn:idref(arg, node)
Argument | Required/Optional | Description |
|---|---|---|
arg | Required | One or more IDREF values (space-separated tokens)
to find referencing elements. |
node | Optional | The node that provides context for resolving
IDREFs. Defaults to root node of the context item if
omitted. |
|
|
|---|---|
fn:idref("item1", /root) | Elements that refer to the ID "item1" under
/root . |
fn:idref(("item1", "item2")) | Sequence of elements referring to "item1" or "item2". |
fn:idref("nonexistent") | () |
fn:idref("item1") (with context node
omitted) | Elements referring to "item1" relative to context root
node. |