Save VI
- Updated2025-07-30
- 2 minute(s) read
Saves an XML document.

Inputs/Outputs
DOM document in
—
DOM document in contains a reference to the XML parser session you want to save.
XML file path
—
XML file path specifies the path where you want to save the file.
overwrite file (True)
—
overwrite file specifies whether you want the VI to overwrite an existing file with the same name. The default is TRUE, which overwrites an existing file.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
DOM document out
—
DOM document out contains the same reference as DOM document in.
XML file path out
—
XML file path out contains the path where the VI saved the file.
error out
—
error out contains error information. This output provides standard error out functionality. |
DOM document in
—
XML file path
—
overwrite file (True)
—
error in (no error)
—
DOM document out
—
XML file path out
—
error out
—