%XML_Attributes function


Function
The function returns the handle to the list of XML element attributes.
Declaration
INT %XML_Attributes(
    INT in element
 )

Parameters
element Handle to XML element.

Return value
Handle to the list of XML attributes.
Description
The function returns the handle to the attributes list of the defined XML element.
Example
 INT _attributes
 _attributes :=  %XML_Attributes(_el) 

Napíšte komentár