gpt4 book ai didi

ruby - 如何使用 Nokogiri 选择元素

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

给定以下 XML,我想为 Name="Cat" 获取值“0123456”:

xml.xpath '//Custom[Name="Cat"]'

给我第一个自定义,这是正确的,但我只想要“值”而不是整个自定义节点。

<body>
<Custom>
<count>1</count>
<Name>Cat</Name>
<Value>0123456</Value>
</Custom>
<Custom>
<count>2</count>
<Name>Dog</Name>
<Value>9876543</Value>
</Custom>
<body>

最佳答案

I only want the "Value" not the entire Custom node.

所以继续写路径:

//Custom[Name="Cat"]/Value

关于ruby - 如何使用 Nokogiri 选择元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38834376/

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