友
如果属性RequestID
值不等于到4
,我需要选择消息。
我怎样才能做到这一点。
我的xpath selector
配置如下:
<int-xml:xpath-selector evaluation-result-type="boolean">
<int-xml:xpath-expression expression="//ns2:RequestID">
<map>
<entry key="ns2" value="http://www.test.com/Schema/schema2" />
</map>
</int-xml:xpath-expression>
</int-xml:xpath-selector>
答案 0 :(得分:1)
我已使用以下表达式解决了该问题:
expression="//ns2:RequestID[text() != '4']"