Hi Guru I doubt if you can send parameters to xsl component. The body has to contain a XML payload. Or maybe u might need to do it in custom java code using camel processor .
How about temporarily swapping the parameter value with the exchange body just before using the xslt component and restore it back after the xsl transformation is done . Regards Reji On 01/04/2014 9:58 am, "Gnanaguru S" <[email protected]> wrote: > What will happen in case if I use a JMS endpoint ? > > 1. I have a request message from a JMS queue, once the message is received > I > want to pass a parameter to the XSL file. > > 2. But I dont want to send the payload from the JMS queue to the xsl ! > > Any thoughts ? > > Regards > Guru > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-XSLT-Param-Issue-Body-is-null-tp5749582p5749589.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
