Start » Filter Reference » System » Xml » Xml_LoadFile
Module: | FoundationLite |
---|
Loads an XML tree from the file.
Name | Type | Description | |
---|---|---|---|
inFile | File | Path to an XML file. | |
outNode | XmlNode | Result XML DOM object. |
Description
This filter loads an XML tree from a file. When fails, detailed error message will be presented in the exception body.
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 |
---|---|
IoError | Empty path in Xml_LoadFile |
IoError | Unable to load XML file. File: File path |
IoError | Unable to load XML file. File: File path. Error description. |
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_SaveFile – Saves an XML DOM tree to the file.
- XmlNodeToString – Converts an XML tree to the string.
- StringToXmlNode – Parses text as an XML tree.