I am having a textbox, in that i have loaded a xml file.
After editing and saving the xml content into the xml file, the content is not in the right formate.
While loading again, its not in the xml format
How to save a the content into the file with neat alignment?
Please help me
For Example
I need to save like the following
<section>
<value>a</value>
<value>b</value>
</section>
Ama görünüyor gibi kaydettikten sonra
<section><value>a</value><value>b</value></section>
Teşekkürler,
Praveen J