Zoomed Image

AMSX Scripting Language - Command : loadxmlfile

Summary

Load an XML file from disk into the AMSX XML buffer

Description

Reads and parses an XML file into the AMSX XML document (mdoc). If the path contains no backslash, the file is looked up relative to the script root and script folder XML sub-directories. The file must exist within the permitted folders.

Parameters

ParameterDescription
cmdFull file path, or just a file name to resolve relative to the script XML folders

Syntax


LoadXMLFile "Full file path, or just a file name to resolve relative to the script XML folders"

Return to the AMSX Command Reference