Hi,

Normally, the XML output from the datamapper will be in single line. I would like to know, is there anyway, we can generate the XML map output with new line. For example,

Usual output:

<root><a>1</a><b>1</b><c>3</c></root>

Preferred output:

<root>
<a>1</a>
<b>2</b>
<c>3</c>
</root>

Please let me know, if it is possible using datamapper.

thanks in advance.

Best regards,
ravi

continue reading.....