views:

684

answers:

1

Following this example, I can find the LI sections.

http://stackoverflow.com/questions/881425/html-agility-pack-parsing-li

However, I only want the LI items that reside inside the div with an id of "res".

How do I do that?

+6  A: 
Shane Fulmer
All correct, but may want to check HtmlNodeCollection for null in the event none exist.
Pat
Excellent! And thanks for the XPatch Checker tip too. I can definitely use that.
Eric Burdo