I\'m using Html Agility Pack to run xpath queries on a web page. I want to find the rows in a table which contain a certain interesting element. In the example below, I wa
I know it is a late answer but why not going the other way around. Finding all tags and then select the parent tag. //interestingtag/ancestor::tr 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
tag. //interestingtag/ancestor::tr 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
//interestingtag/ancestor::tr