Back to FabImage Studio website
You are here: Start » Filter Reference » Xml » Xml_SaveFile
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 here: Error Handling
Error type | Description |
---|---|
IoError | Empty path in Xml_SaveFile |
DomainError | Invalid XmlNode in XML_SaveFile. |
DomainError | Unable to parse XmlNode data 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, FabImage Studio Professional version.
See Also
- StringToXmlNode – Parses text as an XML tree.
- Xml_LoadFile – Loads an XML tree from the file.
- XmlNodeToString – Converts an XML tree to the string.