G
Guest
Hi, All,
I create xml file, when open in notepad (or any text editor), the file
looks like below
<Root> <Table1> <Data1> 10 </Data1> <Data2> 20 </Data2> <Data3> 40 </Data3>
<Table1> </Root>
That means it doesn't show each open and close tag one line. I want the file
look like below
<Root>
<Table1>
<Data1> 10 </Data1>
<Data2> 20 </Data2>
<Data3> 40 </Data3>
<Table1>
</Root>
Can anyone help this out?
Thank you for your time
Martin
I create xml file, when open in notepad (or any text editor), the file
looks like below
<Root> <Table1> <Data1> 10 </Data1> <Data2> 20 </Data2> <Data3> 40 </Data3>
<Table1> </Root>
That means it doesn't show each open and close tag one line. I want the file
look like below
<Root>
<Table1>
<Data1> 10 </Data1>
<Data2> 20 </Data2>
<Data3> 40 </Data3>
<Table1>
</Root>
Can anyone help this out?
Thank you for your time
Martin