Script Statement: Closes an XML document
Syntax
:XML_CLOSE
Comments
This scriptEgalement un type d'objet distinct dans l'Automation Engine. statement closes an XML document after processing.
As it is not possible to open more than one XML document at a time, the succeeding one can only be opened for processing afterwards using XML_OPEN.
In previous Automation EngineCe composant commande un système Automation Engine. Il se compose de plusieurs processus serveur. releases, this script function :XML_CLOSE_DOCU was renamed to :XML_CLOSE. You can still use the old notation.
Example
The Detailst tab of a structured documentation is closed after successful execution.
:SET &XMLDOCU# = XML_OPEN("MM.DAY", "@Details")
!...
:XML_CLOSE
See also:
Script element | Description |
---|---|
Opens an XML document for processing |
Script Elements - Read or Modify Objects
Sample Collection:
Retrieving Error Message and Number
About Scripts
Script Elements - Alphabetical Listing
Script-Elements - Ordered by Function