You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "raulvk.soa" <ra...@gmail.com> on 2008/09/18 19:34:25 UTC

Saxon for XSLT 2.0?

Hi,

Is there a possibility to use Saxon instead of Xalan when using the xslt:
component? I need to use some XSLT/XPath 2.0 specific functions.

Where does Camel specify the XSLT implementation? I have tried looking at
the system properties at runtime but I don't find any
javax.xml.transform.TransformerFactory system property. (I am using Camel
inside ServiceMix, does this have anything to do?).

Thanks.
-- 
View this message in context: http://www.nabble.com/Saxon-for-XSLT-2.0--tp19557994s22882p19557994.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Saxon for XSLT 2.0?

Posted by James Strachan <ja...@gmail.com>.
2008/9/18 raulvk.soa <ra...@gmail.com>:
>
> Hi,
>
> Is there a possibility to use Saxon instead of Xalan when using the xslt:
> component? I need to use some XSLT/XPath 2.0 specific functions.
>
> Where does Camel specify the XSLT implementation? I have tried looking at
> the system properties at runtime but I don't find any
> javax.xml.transform.TransformerFactory system property. (I am using Camel
> inside ServiceMix, does this have anything to do?).

FWIW the XQuery component uses Saxon if thats any help? The XSLT
component just uses JAXP AFAIK
-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Re: Saxon for XSLT 2.0?

Posted by ychawla <pr...@yahoo.com>.
Hello,
I need to use saxon as well as the XSLT transformer.  I just threw the saxon
jars in the classpath and the camel XSLT component used saxon.  I am using
Camel 2.1.0.

Cheers,
Yogesh


raulvk.soa wrote:
> 
> Hi,
> 
> Is there a possibility to use Saxon instead of Xalan when using the xslt:
> component? I need to use some XSLT/XPath 2.0 specific functions.
> 
> Where does Camel specify the XSLT implementation? I have tried looking at
> the system properties at runtime but I don't find any
> javax.xml.transform.TransformerFactory system property. (I am using Camel
> inside ServiceMix, does this have anything to do?).
> 
> Thanks.
> 

-- 
View this message in context: http://old.nabble.com/Saxon-for-XSLT-2.0--tp19557994p27376900.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.