c# - Select deeply nested node in html agility pack? -


i'm parsing html files contain many nodes same node, under 1 of nodes , several layers of nodes there's node want access. has unique attribute value i'd use try , 'find' node.

if not possible can go through nodes regardless of nesting? doc.documentnode.descendants() goes immediate child.

any ideas how this?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -