I don't see any anything in the JAXP API for controlling the
implementation on anything other than a JVM-wide basis.  It seems to me
you are better off setting the system property on the command line or in
an Initialize servlet; this configuration affects everything in the JVM,
not just Maverick.

Jeff Schnitzer
[EMAIL PROTECTED]

> -----Original Message-----
> From: Roman Petrov [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 24, 2003 2:38 AM
> To: [EMAIL PROTECTED]
> Subject: [Mav-user] XSLTransformFactory configuration
> 
> I think it is necessary to add another configuration parameter to
> org.infohazard.maverick.transform.XSLTransformFactory to select
> TransformerFactory
> 
> Something like
> <transform-factory type="xslt"
> provider="org.infohazard.maverick.transform.XSLTransformFactory">
>   <jaxp-transformer-factory
value="com.icl.saxon.TransformerFactoryImpl"/>
>   ....
> 
> Now I use
> 
> System.setProperty("javax.xml.transform.TransformerFactory",
> "com.icl.saxon.TransformerFactoryImpl");
> in the end of Controller.perform()
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> [INVALID FOOTER]



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
[INVALID FOOTER]

Reply via email to