Как видите, фрагмент кода ниже, xml написан неправильно. Может кто-нибудь сказать мне, как я могу перейти к полужирному биту, используя пакет гибкости html и разобрать внутренний текст? Использование нормального кода ниже дает ошибку
techDirNumberOfGps = tdPageLocal.DocumentNode.SelectSingleNode("//div[@class='column left thirty nomargin height300']/table[2]/tr[2]/td").InnerText.Trim();
<TABLE>
<tr>
<th>Trophies:</th>
<td>0</td>
</tr>
<tr>
<th>Number of GPs:</td>
**<td>211</td>**
</tr>
<tr>
<th>Wins:</td>
<td>4</td>
</tr>
<tr>
<td colspan="2" class="center"><a href="TechDGraph.asp?default=yes">Technical director skills history graph</a></td>
</tr>
</TABLE>