Quantcast
Channel: htmlagilitypack Forum Rss Feed
Viewing all articles
Browse latest Browse all 655

New Post: Beginner needs help

$
0
0
string a = node.SelectSingleNode("./td[position() = 5]").InnerText;
string pts = node.SelectSingleNode("./td[position() = 6]/span").InnerText;

you are looking for the 6th td "td[position() = 6]" in the row and then the span inside that td "/span" and then to get the text inside the span..

Viewing all articles
Browse latest Browse all 655

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>