Functions Utility

XmlToArray

The XmlToArray() function converts a block of Xml formatted data to an Array.

Syntax


XmlToArray (Xml Input, Xml Mapping)

Xml Input Raw Xml data used as input
Xml Mapping How to map the data to an array

Note:

Input parameters can consist of Quintessence functions. This includes functions that return ranges in cases where a parameter value can be a range.

Examples


Note:

How your system administrator configured Quintessence determines which function parameters are required. In most implementations, administrators configure functions so that certain parameters default to specific values when left blank.

Example 1. Convert Xml data to an Array