C# parse html with xpath
I'm trying to parse out stock exchange information whit a simple piece of C# from a HTML document. The problem is that I can not get my head around the syntax, the tr class="LomakeTaustaVari" gets parsed out but how do I get the second bit that has no tr-class? Here's a piece of the HTML, it repeats it self whit different values. <tr class="LomakeTaustaVari"> <td><div class="Ensimmainen">12:09</div></td> <td><div>MSI</div></td> <td><div>POH</div></td> <td><div>42</div></td> <td><div>64,50</div></td> </tr> <tr> <td><div class="Ensimmainen">12:09</div></td> <td><div>SRE</div></td> <td><div>POH<