How to add a child node in xml using linq
<Employees><Employee>
<Id>1<Id>
<Name>E1<Name>
</Employee>
<Employee>
<Id>1<Id>
<Name>E1<Name>
</Employee>
<Employee>
<Id>1<Id>
<Name>E1<Name>
</Employee>
</Employees>
How the above xml i want to add new xelement <Salary><Salary> for all the records. How to do it using xml?