G
Guest
Hi, All,
the xml file is like this:
<Root>
<AutoData>
<Table1>
<Data1> 10 </Data1>
<Data2> 20 </Data2>
<Data3> 40 </Data3>
<Table1>
<Table2>
<Data1> 10 </Data1>
<Data2> 20 </Data2>
<Data3> 40 </Data3>
<Table2>
</AutoData>
</Root>
I want to remove Root open and close tag (<Root> and </Root>), can anyone
tell how?
Thanks for your time.
Martin
the xml file is like this:
<Root>
<AutoData>
<Table1>
<Data1> 10 </Data1>
<Data2> 20 </Data2>
<Data3> 40 </Data3>
<Table1>
<Table2>
<Data1> 10 </Data1>
<Data2> 20 </Data2>
<Data3> 40 </Data3>
<Table2>
</AutoData>
</Root>
I want to remove Root open and close tag (<Root> and </Root>), can anyone
tell how?
Thanks for your time.
Martin