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.

Reply via email to