[
https://issues.apache.org/jira/browse/CAMEL-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-3697.
--------------------------------
Resolution: Won't Fix
> XPath expression should accept an expression to more easily allow dynamic
> XPath text to be defined in the DSL
> -------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-3697
> URL: https://issues.apache.org/jira/browse/CAMEL-3697
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 2.6.0
> Reporter: Claus Ibsen
> Priority: Minor
> Fix For: Future, 3.0.0
>
> Attachments: CAMEL-3697.txt
>
>
> See
> http://stackoverflow.com/questions/5067634/xpath-from-string
> In the ExpressionClause the xpath builder is only accepting a String as they
> XPath text. We should provide a method which accepts a Camel Expression as
> well.
> So you can do
> {code}
> .when().xpath(simple("/foo:${header.variable}")).to("mock:y")
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)