%XML_ELEM_ATTRIBUTES

Return attributes for an XML element

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
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.