Zoomed Image

AMSX Scripting Language - Command : xmlfilterlist

Summary

Extract a comma-separated list of values from the XML document matching a filter

Description

Searches all nodes in the current XML document (mdoc) where a specified field equals a given value, then returns a comma-separated list of the values in the result field. The result is placed in the result buffer.

Parameters

ParameterDescription
cmdField name whose values are collected into the result list
Argument 0Field name to filter on
Argument 1Value that the filter field must equal

Syntax


XmlFilterList "Field name whose values are collected into the result list", "Field name to filter on", "Value that the filter field must equal"

Return to the AMSX Command Reference