Application Integration
- Application Integration
- All Products
fn:base-uri(arg)
Argument | Required/Optional | Description |
|---|---|---|
arg | Optional | The node for which to retrieve the base URI.
If omitted or empty, the context item is used. |
|
|
|---|---|
fn:base-uri() (when context item is a node with
base URI) | "http://example.com/doc.xml" |
fn:base-uri(/root) | "http://example.com/doc.xml" |
fn:base-uri(()) | () |
fn:base-uri() (with no context item) | Error |