local-name
Returns the local name of the node. Unlike the node-name function, local-name does not return the node's prefix. If the node does not have a prefix, then local-name and node-name return the same value.
Languages
Built-in, C++, C#, Java, XQuery, XSLT 1.0, XSLT 2.0, XSLT 3.0.
Parameters
Argument | Description |
---|---|
node | Mandatory parameter. Connect this input to the node whose name you want to get. |