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]

Reply via email to