Hey,
I want to try and make a tool for wiki that I can use to make wiki pages easier. For this I want to save the html code of the official guide into a htm document and create a program in C that takes all the needed information out of this document and writes the wiki page.
For this I need to get information out of this file. For example I want to know the attack so I will have to search for the word attack and get the stats between <td colspan=3> and </td>.
<b>Attack:</b></td><td colspan=3>1080</td><td width="50%">
Anyone know how I can do this. My knowledge of C programming is verry limited so examples are welcome
.
Greetings,
Koen

