I have the following html code:
<name>Username</name>
<kills>1</kills>
<ach_count>3</ach_count>
And on and on.....
I am looking for a code that extracts the value from <tag></tag> and puts them into variable.
I don't want to use HTML Agility Pack, don't ask why.Also XML is not an option for me.
I hope you understand what i am looking for. If you have further question, ask.