用C#中的XPath提取div内容

时间:2011-08-19 12:37:24

标签: c# .net html xml xpath

我正在进行网络搜索并取回html。我想通过XPath从html获取所有div内容。这是html的片段:

<TD style="background-color:Gainsboro;" class="a83c"><DIV style="word-
wrap:break-word;" class="a83">17173,1</DIV></TD>
<TD style="background-color:Gainsboro;" class="a87c"><DIV style="word-
wrap:break-word;" class="a87">14865,0</DIV></TD>

所以从这个例子中我想提取:  17173,1和14865,0

有人可以告诉我如何使用XPath,或者使用Regex更容易吗?

感谢。

1 个答案:

答案 0 :(得分:1)

您应该尝试Html Agility pack及其xpath support