Hi, >From Spring DSL is there a way of specifying a custom TransformerFactory for the XPath Expression Language? e.g. to use XPath 2.0 functions which Xalan doesn't support.
On [1] there are three ways of specifying the use of Saxon on the XPathBuilder (.saxon(), .objectModel(), .factory()). Another possibility is to set the standard javax.xml.xpath.XPathFactory system property. Unfortunately, the first are only valid for Java DSL and the second method changes the entire's JVM setting which overkill for this case. Regards, Raúl. [1] http://camel.apache.org/xpath.html
