Changing Xalan-version in Oxygen 7.1

Here should go questions about transforming XML with XSLT and FOP.
Blubber
Posts: 2
Joined: Tue Jul 31, 2007 12:01 pm

Changing Xalan-version in Oxygen 7.1

Post 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.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
Blubber
Posts: 2
Joined: Tue Jul 31, 2007 12:01 pm

Post by Blubber »

Thanks!
Post Reply