%XML_ATTRLIST_ADD

Add an attribute to an XML attribute list

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
VSupported on OpenVMS
status = %XML_ATTRLIST_ADD(attr_list, attr)

Return value

status

XML_SUCCESS if the attribute is successfully added to the list.

Arguments

attr_list

The XML attribute list instance that you’re adding an attribute to. (XML_ATTRLIST_TYPE)

attr

The XML attribute instance to add to the list. (XML_ATTR_TYPE)

Discussion

This function is defined as ^VAL.