Hi all,

I have an XML which is well formed but not in proper format:

 

For example:

 

<a><b><c></c>

</b>

</a>

 

I need to format this xml like:

 

<a>

<b></b>

<c></c>

<a>

 

Does Castor allow formatting based on some rules? I need to know this urgently.

 

Please let me know.

Thanks in advance,

Saurabh

 

Reply via email to