Page 1 of 1

Changing Xalan-version in Oxygen 7.1

Posted: Tue Jul 31, 2007 12:05 pm
by Blubber
Hi,
I would like to use Oxygen with Xalan 2.4 in Debugging-mode. Currently Xalan 2.7 is used. Replacing the xalan.jar file in the Oxygen lib-directory is not enough. I get the error message "org.apache.xalan.transformer.TransformerImpl.createSerializationHandler( Ljavax/xml/transform/Result;Lorg/apache/xalan/templates/OutputProperties;) Lorg/apache/xml/serializer/SerializationHandler;"

Does anyone know how to change the xalan version to 2.4? Or isn't it possible?
Thanks.

Posted: Tue Aug 14, 2007 12:03 pm
by sorin_ristache
Hello,

The first version of the XSLT debugger supported Xalan 2.5.1. Xalan 2.4 was never supported in the oXygen XSLT Debugger. Generally you have to use in the debugger the Xalan version that comes with that version of oXygen as different versions of Xalan come with API changes and only the version of Xalan included in oXygen is integrated completely in the XSLT debugger. You can find more details in this topic.


I hope this helps,
Sorin

Posted: Tue Aug 14, 2007 2:57 pm
by Blubber
Thanks!