XML Output

Can anyone point me to a way to output records in XML format? Here is what I’d like to do:

input:
a, b, 1:2:3, c

output



<1>
<2>
<3></3>
</2>
</1>

I guess 2 questions here: XML output (DataFormatter?) and parsing individual record fields.

Thanks for the help!

This feature/component has not been created yet. We have a reverse component - XMLExtract which can parse XML data and create a set of interconnected records based on hierarchy found/described in XML.

David.