Back to Aurora Vision Studio website

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

Xml_LoadFile


Module: FoundationLite

Loads an XML tree from the file.

Name Type Description
Input value inFile File Path to an XML file.
Output value 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