[ https://issues.apache.org/activemq/browse/CAMEL-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-2759. -------------------------------- Resolution: Won't Fix We will not add do this as it requires an non backward change in the XSD and makes it too verbose <xpath><simple>Bla bla</simple></xpath> And the xpath already got function and variable resolvers which can do a bunch of stuff. I am adding built in functions to the xpath instead. > Add support for Camel expressions in <xpath> in Spring DSL > ---------------------------------------------------------- > > Key: CAMEL-2759 > URL: https://issues.apache.org/activemq/browse/CAMEL-2759 > Project: Apache Camel > Issue Type: Improvement > Components: camel-spring > Reporter: Andreas Asmuss > Fix For: 2.5.0 > > > It should be possible to do: > <xpath><simple>/transaction[1]/@DocType = '{{doctype}}</simple></xpath> > So you can use Camel expressions. And on top of that the {{ }} should be > added to the Simple language. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.