gpt4 book ai didi

xpath - 使用 XPath 连接所有子节点

转载 作者:行者123 更新时间:2023-12-03 16:10:01 24 4
gpt4 key购买 nike

我需要一个 XPath 来连接所有 文本:

XML:

<ns2:texts>  
<ns1:string>ABCD</ns1:string>
<ns1:string>PQRS</ns1:string>
<ns1:string>XYZ</ns1:string>
</ns2:texts>

预期输出:
ABCD PQRS XYZ

提前致谢

最佳答案

在 XPath 1.0 中,

如果 <ns2:texts>仅包含 <ns1:string>元素,您可以使用:
normalize-space(//ns2:texts)
输出:ABCD PQRS XYZ
http://www.xpathtester.com/xpath/e4c7a4daf085c56243b803427e90bdfe

关于xpath - 使用 XPath 连接所有子节点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34058027/

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