gpt4 book ai didi

xml - XPATH:preceding::and ancestor::之间的区别?

转载 作者:数据小太阳 更新时间:2023-10-29 02:20:36 29 4
gpt4 key购买 nike

XPath 2.0 中的 preceding::ancestor:: 有什么区别?

最佳答案

preceding:: 轴包含文档中之前该节点的所有节点,不包括该节点的祖先,它们位于 ancestor:: 轴。例如,在本文档中:

<a>
<b>
<c/>
</b>
<d>
<e/>
</d>
</a>

e 的“前面”节点将是 bc,但不是 ad 因为他们是 e 的祖先。有道理吗?

( source )

关于xml - XPATH:preceding::and ancestor::之间的区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22455959/

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