I'm using the following code to save XML
The problem is that, the saved XML indented with Tab character but i want to indent it with Space character, how can i do?
Code:
' xXmlDocument is MSXML2.DOMDocument which loaded in Form_Load
xXmlDocument.save strFileName