You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by davsclaus <ci...@yahoo.dk> on 2010/11/13 09:17:20 UTC

Re: cant set header, component:xslt

In Spring XML you need to use the value of Exchange.XXX

So you should do
<setHeader headerName="CamelXsltFileName">

There is a ticket to improve this in the future so Camel can figure this out
in Spring XML and know that you that Exchange.XXX refers to a field on
Exchange and use that value automatic. But for now you gotta put in the
value yourself.
-- 
View this message in context: http://camel.465427.n5.nabble.com/cant-set-header-component-xslt-tp3262447p3263345.html
Sent from the Camel - Users mailing list archive at Nabble.com.