Application Integration
- Application Integration
- All Products
fn:name(arg)
Argument | Required/Optional | Description |
|---|---|---|
arg | Optional | The node whose name is to be returned. If omitted,
the context item is used. |
|
|
|---|---|
fn:name(<a:book xmlns:a="http://example.com"/>
) | "a:book" |
fn:name(text{"Hello"}) | "" |
fn:name(()) | "" |
fn:name() (with context node
<ex:item> in scope) | "ex:item" |