Change of default Xalan version
Posted: Thu Sep 11, 2008 4:02 pm
Does anybody know, if it is possible to completely replace the Xalan packed with Oxygen with different Xalan version?
The problem is that I have to use old Xalan version 2.6.0 in my transformations, because the new version work improperly with EXSLT evaluation function. Although it is possible to set up another transformer as a JAXP transformer or custom engine in Oxygen, neither one cannot be used for XSLT debugging
So my idea is to use Xalan which is available in debugger after changing the physical Xalan version in behind. Therefore I tried to replace xalan.jar file in Oxygen lib directory with the old Xalan version, but XSLT debugger reports an error and doesn't make any output. Replacing both xalan.jar and xercesImpl.jar with old versions causes Oxygen not to start.
The problem is that I have to use old Xalan version 2.6.0 in my transformations, because the new version work improperly with EXSLT evaluation function. Although it is possible to set up another transformer as a JAXP transformer or custom engine in Oxygen, neither one cannot be used for XSLT debugging

So my idea is to use Xalan which is available in debugger after changing the physical Xalan version in behind. Therefore I tried to replace xalan.jar file in Oxygen lib directory with the old Xalan version, but XSLT debugger reports an error and doesn't make any output. Replacing both xalan.jar and xercesImpl.jar with old versions causes Oxygen not to start.