Zoomed Image

AMSX Scripting Language - Command : FlattenXMLDeep

Summary

Deep-flatten the AMSX XML document into a single-level structure

Description

Converts the current AMSX XML document (mdoc) into a flat XML structure using a deep algorithm that traverses multiple nesting levels. Use this instead of FlattenXML when the source XML has more than one level of nesting.

Parameters

ParameterDescription
cmdRoot node name for the flattened document

Syntax


FlattenXMLDeep "Root node name for the flattened document"

Return to the AMSX Command Reference