You may have luck by just included camel-saxon, and thus saxon on the classpath, which may let the JDK use Saxon as its XPath engine.
On Thu, Dec 8, 2011 at 5:51 PM, MichaelAtSAG <[email protected]> wrote: > Ok, I am hearing that I need to use Saxon to run xpath functions versus the > default camel-core component. Correct? To do this, I have added this to the > pom.xml: > > <dependency> > <groupId>org.apache.camel</groupId> > <artifactId>camel-saxon</artifactId> > </dependency> > > The examples in the Apache Camel: Xpath page show the use of Java code to > use Saxon. It is possible to use Saxon in Spring XML versus Java methods? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/How-do-I-use-xpath-functions-in-Camel-tp5056913p5059406.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
