gpt4 book ai didi

xml - 如何使用 xpath 选择具有 X 作为后代的节点

转载 作者:数据小太阳 更新时间:2023-10-29 01:40:31 24 4
gpt4 key购买 nike

考虑以下示例:

<root>
<instruments>
<flute>
<baz>bazik</baz>
</flute>
<guitar>
<deep>
<baz>more bazik</baz>
</deep>
</guitar>
<drum>
<foo>fooled</foo>
</drum>
</instruments>
</root>

我想选择fluteguitar,因为它们都包含baz作为后代节点。我该怎么做?

最佳答案

关键是使用谓词[descendant::baz]

所以表达式可以是

/root/instruments/*[descendant::baz]

关于xml - 如何使用 xpath 选择具有 X 作为后代的节点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2322014/

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