gpt4 book ai didi

xml - 使用 XPath 如何选择没有属性的元素

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

我想选择所有具有特定属性或根本不具有特定属性的元素:

//job[@salary<"100" or !@salary]

此代码无效。哪个是?谢谢!

最佳答案

//job[@salary<"100" or not(@salary)] 

xpath 中没有 not 运算符。参见 http://www.w3schools.com/xpath/xpath_operators.asp

关于xml - 使用 XPath 如何选择没有属性的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2554156/

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