RE: Camel headers not visible in xslt when blueprint deployed to Fuse

2015-05-05 Thread Vanshul . Chawla
Yes it works, Thanks a ton. Thanks and Regards, Vanshul Chawla -Original Message- From: Sandra Taylor [mailto:jtt77...@gmail.com] Sent: Tuesday, May 05, 2015 2:59 PM To: users@camel.apache.org Subject: Re: Camel headers not visible in xslt when blueprint deployed to Fuse I think you

Re: Camel headers not visible in xslt when blueprint deployed to Fuse

2015-05-05 Thread Sandra Taylor
I think you need to make those xsl params global, so put them under the transform. . Regards, -John On Tue, May 5, 2015 at 4:52 AM, Vanshul.Chawla wrote: > I have a blueprint.xml deployed to fuse. > > Section of that blueprint is: > > > >

Camel headers not visible in xslt when blueprint deployed to Fuse

2015-05-05 Thread Vanshul . Chawla
I have a blueprint.xml deployed to fuse. Section of that blueprint is: ${header.CamelHttpResponseCode} ${body} 22