ExportXML
Exports the given data as an XML file.
Syntax
Action.ExportXML
· [file]
· [overwrite]
· [value]
Parameters
- file
- The name of the target file. The file will be added to the Exports folder inside the project folder. This folder will be created if necessary.
- overwrite
- Whether to overwrite the file if it exists. If false, a number will be appended to the name when needed.
- value
- The data to export as XML.
Remarks
The data to be exported should typically be a data set inside the Data
category. The structure of the data will be maintained in the resulting XML file.