Home | Printable Version
1.2.18: Save
The Save action saves XML information from the FactBase to a file. The Save action takes two parameters. The first (from location) is the XPath, locating the XML node to be saved: the save operator will save the entire document tree under this node. The second parameter is the name of the file to save to, which may either be specified directly (document), or provided as an XPath, locating a string value contained within the FactBase that details the filename (XPath to document). The filename may be an absolute file path (such as C:\myfiles\filetosave.xml) or it may be relative as in the example below. Names with relative file paths will be saved under the runtime location of this controller. Screen-shot of an example save action
Rename SQL Statement