gpt4 book ai didi

java - 无法检索以下 XPath 查询的结果 :

转载 作者:太空宇宙 更新时间:2023-11-04 08:03:04 24 4
gpt4 key购买 nike

我有以下 XML 语法:

<Properties>
<Property>
<Name>Author</Name>
<Type>Object</Type>
<Value>somevalue</Value>
</Property>
<Property>
<Name>Title</Name>
<Type>String</Type>
<Value>Word files</Value>
</Property>
<Property>
<Name>Path</Name>
<Type>String</Type>
<Value>/path/subfolder/directory/somevalue.doc</Value>
</Property>
<Property>
<Name>Rank</Name>
<Type>Int64</Type>
<Value>804</Value>
</Property>
<Property>
<Name>Size</Name>
<Type>Int64</Type>
<Value>0</Value>
</Property>
</Properties>

基本上就是 1 个这样的属性集,我还有大约 10 个。我需要访问值节点中的文本以及相对于名称标签 [Author,Title,Path,Rank,Size] 中包含的 text() 的文本。本质上,我的 XPathQueries 返回一组标记文本。

我的方法是这样的:

XPathQuery("//属性/名称//*text()='作者']/类型/值");

但这行不通,伙计!现在距离我撕头发还有 20 分钟:(

郑重声明,如果重要的话,我正在使用 java Xpath 库,因为我正在使用 Java 进行编程。

最佳答案

Properties/Property [Name = 'Author']/Value

关于java - 无法检索以下 XPath 查询的结果 :,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12523535/

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