Zoomed Image

AMSX Scripting Language - Command : SelectSingleNodeNoUntag

Summary

Select a single XML node by exact name without auto-tagging

Description

Finds the named node in the loaded XML document using the exact name supplied, without applying FieldTag transformation. Use this when the node name in the XML is already in its raw form and must not be modified. Sets MSRESULT to the inner text, or blank if not found.

Parameters

ParameterDescription
cmdexact node name as it appears in the XML (no auto-tagging applied)

Syntax


SelectSingleNodeNoUntag "exact node name as it appears in the XML (no auto-tagging applied)"

Return to the AMSX Command Reference