%XML_ELEMLIST_DELETE

Release 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_DELETE(elem_list)

Return value

status

XML_SUCCESS if the element list is successfully released.

Arguments

elem_list

The XML element list instance to release. (XML_ELEMLIST_TYPE)

Discussion

Use %XML_ELEMLIST_DELETE to release XML element lists explicitly created with %XML_ELEM_GETELEMENTSBYNAME or when the element list was explicitly created with %XML_ELEMLIST_CREATE and was not added as data to a parent element (and therefore would not be released as part of a document or list).

This function is defined as ^VAL.