Purpose
Disposes of the MIXmlNodeList object and frees its memory.
Syntax
MIXmlNodeListDestroy( ByVal hXMLNodeList As MIXmlNodeList )
hXMLNodeList is the MIXmlNodeList object handle to be disposed of.
Description
Use MIXmlNodeListDestroy() to free the MIXmlNodeList handle obtained with functions such as the MIXmlSelectNodes() function, and the MIXmlGetChildList() function, when the MIXmlNodeList handle is no longer in use.