hi
I have xml file in the following format.I would like to add a parent node before child nodes in 2 places.pls help me on this
My Xml file and Result should look like that..I think I will be able to use adding xml node and foreach statement.But I am newbie to this.Please help me how can acheive it
<Root>
<a/>
<b/>
<k/>
<l/>
<m/>
<a/>
<b/>
<k/>
<l/>
Go to the complete details ...