Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<STUDENTS>
    <Student Name="RAM">
      <Mark>60</Mark>
         </Student>
<Student Name="kavi">
<Mark>90</Mark>
</Student>
</STUDENTS>



How to access Mark Node and changing the text 60 to 80 using Xml Document?
Posted
Updated 23-Jan-14 21:53pm
v2

 
Share this answer
 
That is exactly what you want:
http://msdn.microsoft.com/en-us/library/fb63z0tw%28v=vs.110%29.aspx[^]

By the way, Google really helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900