views:

12

answers:

0

I have a nested HTML content. I need to pull out the content from first level td (siblings)

some td's have nested table, in such case all child nodes inner-text need to be concatenated and rolledup to first level td

.Descendants"td" actually parses considering td's at all level, while I need to get only of the first level (siblings) not the child nodes