Start » Filter Reference » System » Xml » Xml_SaveFile
Module: | FoundationLite |
---|
Saves an XML DOM tree to the file.
Name | Type | Description | |
---|---|---|---|
inFile | File | Path to the destination file. | |
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
- Xml_LoadFile – Loads an XML tree from the file.
- XmlNodeToString – Converts an XML tree to the string.
- StringToXmlNode – Parses text as an XML tree.