Zoomed Image

AMSX Scripting Language - Command : data.xml

Summary

Add XML data to the data island from the current XML document

Description

Adds the current XML document (mdoc) as an XML data item to the output data island. Unlike AddXml, the XML comes from the current document buffer rather than an argument. Requires at least 5 arguments; subjectid must be numeric.

Parameters

ParameterDescription
cmditem key
Argument 0type
Argument 1subjectid (numeric)
Argument 2tablename
Argument 3querystring
Argument 4mode
Argument 5Boolean to signal whether to Tag the fields or keep the original database field names

Syntax


Data.Xml "item key", "type", "subjectid (numeric)", "tablename", "querystring", "mode", "Boolean to signal whether to Tag the fields or keep the original database field names"

Return to the AMSX Command Reference