gpt4 book ai didi

xpath - 如何在 WSO2 属性 XPath 表达式中转义撇号

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

我的问题是引用从
<property expression="fn:concat(get-property('whereConcat'),' AND PA_INATO=', get-property('cf'))" name="whereConcat" scope="default" type="STRING"/>
中的get-property('cf')获得的值

我尝试了不同的方式(字符编码: &apos; ,字符转义: \' )但没有成功。

最佳答案

最简洁的方法是定义一个常量:

<property name="apos" scope="default" type="STRING" value="'"/>

然后按如下方式使用它:

<property expression="fn:concat(get-property('whereConcat'),' AND PA_INATO=',get-property('apos'), get-property('cf'),get-property('apos'))" name="whereConcat" scope="default" type="STRING"/>

关于xpath - 如何在 WSO2 属性 XPath 表达式中转义撇号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42862240/

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