[ 
https://issues.apache.org/jira/browse/CAMEL-21859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-21859:
--------------------------------
    Fix Version/s: 4.12.0
                       (was: 4.x)

> camel-xslt - Add source option to allow using header/variable as input 
> instead of message body
> ----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-21859
>                 URL: https://issues.apache.org/jira/browse/CAMEL-21859
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-xslt
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 4.12.0
>
>
> We have on xpath language and others
>  
> /**
> * Source to use, instead of message body. You can prefix with variable:, 
> header:, or property: to specify kind of
> * source. Otherwise, the source is assumed to be a variable. Use empty or 
> null to use default source, which is the
> * message body.
> */
> public void setSource(String source) {
> this.source = source;
> }
>  
> We could have something similar to camel-xslt that makes this more flexible. 
> So you can easily use a variable as input instead of message body.
>  
> Also you may want to specify that the result is not stored in the message 
> body but also a variable



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to