0

友達、

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>
4

1 に答える 1

1

次の式を使用して問題を解決しました。

expression="//ns2:RequestID[text() != '4']"
于 2013-09-18T10:08:47.830 に答える