Hi,
My Xml page looks like this as follows:
<?xml version="1.0" encoding="utf-8"?>
<phone>
  <person id="1" name="tet">
    <phoneno>675765876567</phoneno>
    <city>st</city>
  </person>
</phone>
In the name attribute i want to add another value in the  as,
 <person id="1" name="test,sample,testing,......etc">
I want to add these values one by one.
how to perform this using Linq in C#.net.please help me
Thanks in advance