I'm new to the HTML agility pack and I understand the basics of XPath.
However I'm having an issue, is there any way to get all the nodes that contain another type of node?
For example: I want to get all of the <tr> that contain an <a> tag?
Whenever I do //tr/a what I end up with are the links.