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