%XML_ELEMLIST_ADD
Add an element to an XML element list
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
status = %XML_ELEMLIST_ADD(elem_list, element)
Return value
status
XML_SUCCESS if the element was added successfully.
Arguments
elem_list
The XML element list instance to which the element will be added. (XML_ELEMLIST_TYPE)
element
The XML element instance to add. (XML_ELEM_TYPE)
Discussion
%XML_ELEMLIST_ADD appends an element to the end of a list of XML elements.
This function is defined as ^VAL.