Add and Delete Element from XML file

Aug 28 2016 3:03 AM
Hi,
I have XML file in my project. i need to add elements as per the below structure by programmatically in c# console application.
 
<Tests>
<test>
   <name>A<name>
   <age>1<age> 
<test>
<Tests> 
 

Answers (2)