This question already has an answer here:
- How does one parse XML files? 8 answers
So I have an xml file which is contains
<firstName = "John" lastName = "Tabor">
basically what I want to do is I only wanna take firstName
value which is John and I wanna print it as a messagebox
to the screen from c# code
No comments:
Post a Comment