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
Post a Comment