Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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

Syntax

		
string local-name(
node-set?)

Parameters

node-set

[optional] A node-set.

Return Value

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

Remarks

If the node-set argument 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