Claus Ibsen created CAMEL-6183:
----------------------------------

             Summary: xslt component - Add option to make it easy to use saxon 
as the transformer factory
                 Key: CAMEL-6183
                 URL: https://issues.apache.org/jira/browse/CAMEL-6183
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Priority: Minor
             Fix For: Future


It would be nice if there was an easy option to enable Saxon on the xslt 
component by setting saxon=true. And it under the covers sets the transformer 
factory to be the one from saxon.

Today you would have to do something like
<to uri="xslt:etc/3.xsl?transformerFactory=tFactory"/> 

and adding the bean <bean id="tFactory" 
class="net.sf.saxon.TransformerFactoryImpl"/>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to