%XML_GetAttribute function


Function
The function returns the value of the attribute.
Declaration
TEXT %XML_GetAttribute(
    INT in element, 
    TEXT in name
 )
Parameters
elementHandle to parent XML element.
nameAttribute name.
Return value
Value of the XML attribute defined.
Description
The function returns the text value of the defined XML attribute.
Example
 TEXT _attrib
 _attrib := %XML_GetAttribute(_el, "attribute") 
Napíšte komentár