Application Integration
- Application Integration
- All Products
fn:namespace-uri(arg)
Argument | Required/Optional | Description |
|---|---|---|
arg | Optional | The node whose namespace URI is to be retrieved.
If omitted, the context item is used. |
|
|
|---|---|
fn:namespace-uri(<a:book
xmlns:a="http://example.com"/>) | "http://example.com" |
fn:namespace-uri(document{<root/>}) | "" |
fn:namespace-uri(text{"Hello"}) | "" |
fn:namespace-uri(()) | "" |