Flatten To XML

Converts any data type you wire to anything and turns it into an XML string according to the LabVIEW XML schema. If anything contains the characters <, >, or &, the function converts those characters to &lt;, &gt;, or &amp;, respectively. Use the Escape XML VI to convert other characters, such as ", to XML syntax.

anything is any LabVIEW data type you want to convert.
xml string is the resulting XML string that represents the LabVIEW data type.