Oops, I didn't read this message and created a one by my own: https://issues.apache.org/jira/browse/CAMEL-4759. I'll try and provide a patch soon. Aside from the saxon boolean attribute, it may be worth adding factory and objectModel attributes too. Check out my ticket for ideas and let me know what you think.
Regards, Raúl. On 9 December 2011 11:41, Claus Ibsen <[email protected]> wrote: > Hi > > I created a ticket to track this > https://issues.apache.org/jira/browse/CAMEL-4757 > > On Thu, Dec 8, 2011 at 11:28 AM, Claus Ibsen <[email protected]> > wrote: > > Hi > > > > No its not possible, we would need to add options to XPathExpression > > to support that. > > Could you log a JIRA ticket? > > > > > > On Wed, Dec 7, 2011 at 7:15 PM, Raul Kripalani <[email protected]> > wrote: > >> 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 > > > > > > > > -- > > 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/ > > > > -- > 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/ >
