Zoomed Image

AMSX Scripting Language - Command : xmlchangetable

Summary

Rename the root node of the XML document

Description

Renames the table-level root node in the current XML document (mdoc). Useful when a transform produces XML with one table name but a downstream step expects a different name.

Parameters

ParameterDescription
cmdOld table name (current root node name)
Argument 0New table name

Syntax


XmlChangeTable "Old table name (current root node name)", "New table name"

Return to the AMSX Command Reference