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!