I am using two different versions of ColdFusion, ColdFusion 9 and ColdFusion 10, and there are different XSLT Processors in both.
ColdFusion 9 is using Apache Xalan while ColdFusion 10 is using Saxon.
So, is it possible to change the XSLT Processor?
Or
Can we use javax.xml.transform.TransformerFactory class to switch to different processor?