You cannot rely on development tools like FireBug or Chrome, etc. to determine the XPATH for your sites, since the XPATH provided by such tools corresponds to the HTML DOM, while the Html Agility Pack only knows about raw HTML sent by server.
, , ( ). , TBODY, . - XPATH. , XPATH, , , - "" , .
, :
HtmlNode node = doc.DocumentNode.SelectSingleNode("//td[@class='dnTableCell']//a[text()='High']/../../td[3]");
, :
- TD CLASS, 'dnTableCell'.//token , XML.
- A, ( ), "".
- ( TR)