Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

Verzia 1 Aktuálny »

%XML_NodeName function


Function
The function returns the name of defined XML element.
Declaration
TEXT %XML_NodeName(
    INT in node
 )

Parameters
node Handle 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) 

  • Žiadne štítky