%XML_ELEMLIST_ADD

Add an element to an XML element list

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