Microsoft XML SDK 2.6 - XSLT Reference

local-name Function

Returns the local part of the expanded name of the node in the argument node-set that is first in document order.

string local-name(node-set?)

Remarks

If the argument node-set is empty or the first node has no expanded name, an empty string is returned. If the argument is omitted, it defaults to a node-set with the context node as its only member.

See Also

XML Data Types Reference