Zoomed Image

AMSX Scripting Language - Command : LoadXMLText

Summary

Parse an inline XML string and load it into the AMSX XML buffer

Description

Parses the command value directly as XML and stores it as the active AMSX XML document (mdoc). Unlike LoadXML, the XML is taken from the command argument rather than the result buffer.

Parameters

ParameterDescription
cmdXML string to parse and load

Syntax


LoadXMLText "XML string to parse and load"

Return to the AMSX Command Reference