hi dear

i have following xml file....


 
 
  
   
      [email protected]" wspassword="user1" wsportalurl="www.portal1.com" />
      [email protected]" wspassword="user2" wsportalurl="www.portal2.com" />
      [email protected]" wspassword="user3" wsportalurl="www.portal3.com" />
   

   
      [email protected]" loging="true" sessionquota="2000" />
      [email protected]" loging="true" sessionquota="2000" />
      [email protected]" loging="false" sessionquota="2000" />
   

 


i want to add a row in both and  . i am doing that with the help of reading xml into dataset then creating a new row for each type (, ) inserting values and adding back the rows to table but it is inserting the values just before the ending of root node ()

please help me in the matter...

regards

vishal