:XML_CLOSE
Use the :XML_CLOSE script statement to close an XML document after processing. As you can only open one XML document at a time, use the XML_OPEN script function to open the next XML document for processing after closing the previous one. For more information, see XML_OPEN.
Note: In an earlier release of the Automation Engine, the :XML_CLOSE_DOCU script statement was renamed to :XML_CLOSE. The old notation still works.
Syntax
:XML_CLOSE
Example
The following script closes the structured documentation page called @Details after successful execution.
:SET &XMLDOCU# = XML_OPEN("ON_CALL_SERVICES", "@Details")
!...
:XML_CLOSE
See also: