Not sure if this is the correct place to post this. If not, then please move it. <img src="/center/images/graemlins/smile.gif" alt="" />

Anyway. I finally took the step from INI to XML. So far, XML is great to work with. And so is XML Parser. However, my only problem is that it removes the "tabs" from my XML files.

When making a new XML document using the XML Parser object, the document includes "tabs" infront of each sub element. However, once I open a XML document and whether or not I modify and save it, it removes all these tabs. While it does not affect anything for the XML Parser, I do find this very annoying with Notepad. A lot of times do I have to make edit some elements quickly. But I find it a lot easier if everything looks a lot of "grouped".

Just wondering if there's a solution to keeping the tabs. Or perhaps a slight modification to the object? <img src="/center/images/graemlins/smile.gif" alt="" />
Thanks!