Zoomed Image

AMSX Scripting Language - Command : LoadXML

Summary

Parse the result buffer as XML and load it into the AMSX XML buffer

Description

Parses the current result buffer as an XML string and stores it as the active AMSX XML document (mdoc). Throws an error if the result is empty or does not start with '<'. Use LoadXMLFile to load XML from a file instead.

Parameters

This command does not require parameters.

Syntax


LoadXML

Return to the AMSX Command Reference