xml_SaveFile
Commits all unsaved nodes and saves the XML file to disk. Nodes that were not committed using the xml_CommitNode action will be committed to the parent node when xml_SaveFile is called, and will appear subsequent to nodes previously committed using the xml_CommitNode action.
Syntax
bool xml_SaveFile ()
Parameters
None.Returns
True if the file is created successfully. Otherwise, False.Level
Batch, Document or Page level.Details
You must use this action to complete the creation of the export XML file.- Example
xml_SaveFile()