Has anyone encountered a limit to the number of rows in a table HtmlAgilityPack's SelectNodes method can handle? I have an html table in a web page with 40 plus rows. When I feed the XPATH of the 21st row to HtmlAgilityPack, the SelectNodes method returns null. I've validated the html of the rows and cells in the table and they are all the same.