对先前 XPath exp 的结果使用 XPath exp(Matt Gallagher 函数)

发布于 2024-11-18 04:45:51 字数 259 浏览 0 评论 0原文

我正在使用 Matt Gallagher 函数使用 XPath 解析格式不正确的 html。
是否可以对先前 XPath 查询的结果使用 XPath 查询?
我首先选择与 p、h1-h6、ol、li 标签对应的所有节点,然后对它们使用 //text() XPath 表达式。

I'm using the Matt Gallagher functions to parse a not well-formed html using XPath.
Is it possible to use an XPath query on the result of a previous XPath query?
I would first select all the nodes corresponding to p, h1-h6, ol, li tags and then use on them the //text() XPath expression.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陈甜 2024-11-25 04:45:51

XPath / 运算符(和 (// 伪运算符)可以应用于任何节点集,这意味着在选择一个节点的任何 XPath 表达式的末尾节点集。

Yes.

The XPath / operator (and the (// pseudo-operator) can be applied to any node-set, and this means at the end of any XPath expression that selects a set of nodes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文