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