ResolveXMLNodeName()

Syntax

Result$ = ResolveXMLNodeName(Node [, Separator$])
Description
Returns the expanded name of the given node in a document that uses XML namespaces. The expanded name consists of the namespace uri (if any) and the local node name, separated by the separator character given in 'Separator$'.

Parameters

Node The node to use.
Separator$ (optional) The separator to use when concatenating the namespace and the local node name. The default separator character is "/".

Return value

In a document using namespaces, returns the expanded name of the node if it could be correctly resolved or an empty string if a namespace prefix is used that is never declared (which is invalid).

In a document without namespaces, returns the node name itself.

See Also

ResolveXMLAttributeName()

Supported OS

All

<- ResolveXMLAttributeName() - XML Index - RootXMLNode() ->