作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的问题是引用从
中的get-property('cf')获得的值
<property expression="fn:concat(get-property('whereConcat'),' AND PA_INATO=', get-property('cf'))" name="whereConcat" scope="default" type="STRING"/>
我尝试了不同的方式(字符编码: '
,字符转义: \'
)但没有成功。
最佳答案
最简洁的方法是定义一个常量:
<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/
我是一名优秀的程序员,十分优秀!