A problem parsing a HTML tag with HTML Agility Pack C#
See the question and my original answer on StackOverflowHave you tried this:
string listingtag = "//*[@id='atfResults']";
Have you tried this:
string listingtag = "//*[@id='atfResults']";