Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » Xml » Xml_SaveFile

Xml_SaveFile


Module: FoundationLite

Saves an XML DOM tree to the file.

Name Type Description
Input value inFile File Path to the destination file.
Input value inNode XmlNode XML tree to save.

Description

This filter saves an XML tree to a file.

Remarks

Read more about how to handle XML in Working with XML Trees article.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Invalid XmlNode in Xml_SaveFile.
DomainError Unable to parse XmlNode data in Xml_SaveFile.
IoError Empty path in Xml_SaveFile
IoError Unable to save an XmlNode to the file. File: File path

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, Aurora Vision Studio Professional version.

See Also