%XML_NodeName function


Function
The function returns the name of a defined XML element.
Declaration


TEXT %XML_NodeName(
    INT in node
 )
Parameters


nodeHandle to XML node.
Return value
Name of the defined XML node.
Description
The function returns the name of the given XML element.
Example


 TEXT _name
 _name := %XML_NodeName(_el)