- Contents
Interaction Designer Help
XML Save Document
This XML tool saves the document of the node to a file. Note that even if the node is somewhere down in the tree, the whole document is always saved. To extract only a branch of the tree, use the XML Get XML tool on the root node of the branch to export and write the returned string to a file. Alternatively, you can clone the node and its children into a new document and save that document.
Inputs
Document
The node of the document to be saved.
Filename
Filename for the saved document.
Exit Paths
Success
This path is taken if the document is successfully written to file.
Access Denied
This path is taken if the save operation on the destination file not permitted.
Failure
This path is taken of the operation fails for any other error.