gpt4 book ai didi

xml - 简单的 Xpath 问题

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

我有以下 XML

<List name="X" price="100" title="ABC">
<Item>Value123</Item>
</List>

我正在尝试构建一个 XPath 查询,其中所有属性(name、price、tittle)都匹配(x,100,ABC)并且 Item 值为“Value123”

我只是无法全神贯注于构建 xpath 查询

最佳答案

List[@name='X' and @price='100' and @title='ABC' and Item='Value123']

关于xml - 简单的 Xpath 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7129158/

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