gpt4 book ai didi

xpath - 如何匹配通过子节点继续的文本序列(例如使用 sgml 样式标记)?

转载 作者:行者123 更新时间:2023-12-03 16:07:58 25 4
gpt4 key购买 nike

<bits>
<thing>Match this please</thing>
<thing>Don't match this</thing>
<thing>Match <b>this</b> please</thing>
</bits>

像这样的表达:
//thing[text()='Match this please']

将定位第一个“事物”而不是第三个,因为该短语是通过子节点分布的。

在我的示例中,是否有一个表达式可以匹配第一个和第三个“事物”?

最佳答案

尝试:

//thing[string()='Match this please']

jsfiddle:
  • http://jsfiddle.net/ZG9n3/2/

  • 请检查引用,看看这是否适合您:
  • http://www.w3.org/TR/xpath/#function-string
  • 关于xpath - 如何匹配通过子节点继续的文本序列(例如使用 sgml 样式标记)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4251518/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com