gpt4 book ai didi

xpath - Marklogic - 使用获取属性值的 Xpath

转载 作者:行者123 更新时间:2023-12-03 03:06:50 25 4
gpt4 key购买 nike

我在下面显示了示例 Xml 数据,如果 title lang ="it"那么我想获取类别属性值?

<book category="CLASSICS">
<title lang="it">Purgatorio</title>
<author>Dante Alighieri</author>
<year>1308</year>
<price>30.00</price>
</book>

最佳答案

"If title lang ="it" then i want to get category attribute value ?"

XPath 应该简单明了:

//book[title/@lang='it']/@category

关于xpath - Marklogic - 使用获取属性值的 Xpath,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36591631/

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