%XML_ELEM_ATTRIBUTES

Return attributes for an XML element

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
VSupported on OpenVMS
attr_list = %XML_ELEM_ATTRIBUTES(element)

Return value

attr_list

The attribute list instance for the specified element. (XML_ATTRLIST_TYPE)

Arguments

element

The XML element instance for which attributes will be returned. (XML_ELEM_TYPE)

Discussion

To get all of the attributes for an XML element, call %XML_ELEM_ATTRIBUTES, which returns an attribute list instance.

This function is defined as ^VAL.