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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -