%XML_Attributes function


Function
The function returns the handle to the list of the XML element attributes.
Declaration


INT %XML_Attributes(
    INT in element
 )
Parameters


elementHandle to XML element.
Return value
Handle to the list of the XML attributes.
Description
The function returns the handle to the attributes list of the defined XML element.
Example


 INT _attributes
 _attributes :=  %XML_Attributes(_el)