Description |
Outputs the in-memory representation of the XML session, for example, to a file or variable before ending the XML session. Using this action does not change the XML or end the session, thus allowing subsequent XML steps to continue using the session. |
Declaration |
<AMXMLOUTPUT OUTPUTTYPE="text [options]" XMLFILETYPE="text [options]" XMLDESTINATION="text" OVERWRITEFILE="text [options]" /> |
Example |
<AMXMLOUTPUT OUTPUTTYPE="File" XMLFILETYPE="Original"
/> <AMXMLOUTPUT OUTPUTTYPE="Variable" RESULTVARIABLE="OutputXML" /> (Puts the XML document data into a variable.) |
General Tab Parameters |
Output to: Specifies where to store the XML document after you have modified it using different XML actions.
Text [Options], optional default "File" Save XML document to: Specifies the file you want to save the XML document into--either new or original. This option only appears if you choose File for Output to.
Text [Options], optional default "New" Output XML file: Specifies the path and file name of the new XML file. This option only appears if you choose File for Output to. Text, Required Overwrite if file exists: If set to Yes (selected), specifies that if the file already exists, it will be overwritten with the new document. If set to No (cleared), the step fails if the file already exists. This option only appears if you choose File for Output To. Yes/No, Optional - Default "NO" Session name: Specifies the session name to identify the in-memory XML document to use in subsequent XML steps. This allows several in-memory XML documents to be active simultaneously. Text, Optional - Default "XMLSession1" |
See Also |