Zoomed Image

AMSX Scripting Language - Command : XmlTest

Summary

Test two fields in the XML document for equality and report differences

Description

Compares two named fields in the current XML document (mdoc) and logs any mismatches. Clears the result buffer. Used for debugging or data validation during transform development.

Parameters

ParameterDescription
cmdRow index to test, or "*" to test all rows
Argument 0First field name to compare
Argument 1Second field name to compare

Syntax


XmlTest "Row index to test, or "*" to test all rows", "First field name to compare", "Second field name to compare"

Return to the AMSX Command Reference