从xpath内的属性文件中读取值

时间:2017-05-25 06:06:20

标签: xpath apache-camel

下面第一部分是我的代码,我必须从xpath.But读取我的子串逻辑我不希望上面的代码在我的驼峰上下文中我想从属性文件读取,我希望我可以做下面的事情在第二部分中,子串逻辑是属性文件中的键。我正在Spring中从BrigePropertyPlaceholder加载我的属性文件。

    <xpath>starts-with(substring-after((/*/FullName/text()), 'Mr.'), "Xyz")
    </xpath>


    <camelContext> ....
    <xpath>{properties:substringlogic}</xpath>
    </camelContext>

1 个答案:

答案 0 :(得分:0)

尝试

<xpath>{{substringlogic}}</xpath>

在Camel文档中查看更多详细信息:http://camel.apache.org/using-propertyplaceholder.html