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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -