Zoomed Image

AMSX Scripting Language - Command : xmlget

Summary

Read a field value from the XML document into the result buffer

Description

Reads a field value from the current XML document (mdoc) and places it in the result buffer. Use a record index to access a specific row, or leave blank to read from the document element directly for single-level XML structures.

Parameters

ParameterDescription
cmdRow index (zero-based integer) to access a specific record, or blank to read from the document element for single-level XML
Argument 0Field name or XML tag to read

Syntax


XmlGet "Row index (zero-based integer) to access a specific record, or blank to read from the document element for single-level XML", "Field name or XML tag to read"

Return to the AMSX Command Reference