Skip to content

XML Helper

Reference


Converts between XML string and object/array.

Categories: [helpers]

Version: 1


Actions

Convert from XML string

Converts the XML string to object/array.

Properties

NameTypeControl TypeDescription
SourceSTRINGTEXTThe XML string to convert to the data.

Output

Type: OBJECT

Convert to XML string

Writes the object/array to a XML string.

Properties

NameTypeControl TypeDescription
TypeINTEGERSELECTThe value type.
Source{}OBJECT_BUILDERThe object to convert to XML string.
Source[]ARRAY_BUILDERThe array to convert to XML string.

Output

Type: STRING