I am having a similar issue and cannot get my xslt route to use my custom
uriResolver.
I put into the headers the location of a webservice that will return back
the xsl:
headers.put("templateLocation",
"http://localhost:8080/path/to/stylesheet");
then in my route try and do the following:
.recipientList(simple(header("templateLocation")+"?uriResolver=#emailResolver")
Any thoughts on how I might be able to dynamically load my xsl and process
it through the uri resolver?
Thanks!
--
View this message in context:
http://camel.465427.n5.nabble.com/Dynamic-XSL-from-Content-tp5725634p5736705.html
Sent from the Camel - Users mailing list archive at Nabble.com.