Have you checked out all the different possibilities outlined under http://camel.apache.org/xslt.html to use Saxon?
You can set options on the endpoints or set a JVM property which looks different from what you're setting. Regards, Raúl. Sent from my iPhone On 23 Jun 2012, at 08:03, weather99 <fflei...@harris.com> wrote: > I tried installing camel-saxon but got the same results. > > I made the following change to ./etc/system.properties: > #javax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl > javax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl > > This also had no effect. I'm still at the same place. My camel xslt 2.0 > transform returns prolog only. When using a bean xslt 2.0 transformer the > bean returns errors for xslt 2.0 tags. Removing the xalan-2.7.1.jar from > ./ib/endorsed causes my route to fail to load. > > I have no problem getting this to work in standalone Camel. I have been > able to duplicate the problem in standalone Camel by putting a xalan jar > file on my classpath. In that case, the Camel xslt transformer gives me a > prolog only. > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-xslt-2-0-support-tp5646214p5714932.html > Sent from the Camel - Users mailing list archive at Nabble.com.