HtmlNode myNode = doc.DocumentNode.Sing("//div[@id='mc-account-index']//table//tr[2]//td[2]//strong");If you want to see the HTML file its being sourced from its Here I would like the output to be "$4.95"
Thanks!!
HtmlNode myNode = doc.DocumentNode.Sing("//div[@id='mc-account-index']//table//tr[2]//td[2]//strong");If you want to see the HTML file its being sourced from its Here I would like the output to be "$4.95"
|
|
I can find lots of articles that use doc.DocumentNode.SelectSingleNode to select the node.
Otherwise can you tell us what it does give you and what the errors are.
Geoff E
|
|