Question : migrate from xalan to saxonb9

Hi experts,

I am currently migrating my project from Xalan to Saxonb9. I have set up the path and added the library. However, I need to replace org.apache.xalan.processor.TransformerFactoryImpl with some corresponding thing in Saxonb9. Does anyone know what would be the corresponding processor in Saxonb9?

I tried "org.apache.saxonb9.processor.TransformerFactoryImpl", but it didn't work ...

I am currently migrating my project from Xalan to Saxonb9. I have set up the path and added the library. However, I need to replace org.apache.xalan.processor.TransformerFactoryImpl with some corresponding thing in Saxonb9. Does anyone know what would be the corresponding processor in Saxonb9?

I tried "org.apache.saxonb9.processor.TransformerFactoryImpl", but it didn't work ...

Also, how do I updated the following code to saxonb9???
return (TransformerFactory) FactoryFinder.find(
            "javax.xml.transform.TransformerFactory",
            "com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl");

Please help. Thanks a lot!

Answer : migrate from xalan to saxonb9

I don't have a clue.
There is a mailing list for saxon on sourceforge.net.
It might be wise to ask there
cheers
Random Solutions  
 
programming4us programming4us