Tagged Questions
2
votes
2answers
352 views
Selecting XML nodes with same name but different attribute inner text in C#
<item>
<title>Aerie Peak</title>
<link>http://www.wow-europe.com/realmstatus/index.html#Aerie Peak</link>
<description>Aerie Peak - Realm Down - Lang ...
0
votes
3answers
120 views
how do i get an always changing value from a string c#
I am working on a program that will automatically get your characters stats and whatnot from the wow armory. I already have the html, and i can identify where the string is, but i need to get the ...