Page 1 of 1

Oxygen 9.3 with Saxon 9.1

Posted: Fri Jul 04, 2008 3:47 pm
by xquery
not work :(

SystemID: E:\Projects\CDTS-SVN\resources\xslt\wng_to_crossref\wng2crossref.xsl
Description: net.sf.saxon.expr.RoleLocator.<init>(ILjava/lang/Object;ILnet/sf/saxon/om/NamePool;)V

Re: Oxygen 9.3 with Saxon 9.1

Posted: Fri Jul 04, 2008 4:13 pm
by sorin_ristache
Hello,

You cannot use Saxon 9.1 in Oxygen 9.3 by replacing the saxon9.jar that comes with Oxygen 9.3 with the saxon9.jar of Saxon 9.1 because Saxon 9.1 comes with API changes that make applications compiled with the previous version of Saxon 9 not work with the latest version. We will include Saxon 9.1 in the next version of Oxygen.

For using Saxon 9.1 in Oxygen 9.3 you have to set up Saxon 9.1 as external transformer in Oxygen from Options -> Preferences -> XML -> XSLT/FO/XQuery -> Custom Engines. After that select the name of the external transformer in the Transformer combo box of the dialog for editing the transformation scenario. You have to use the file path from your computer for saxon9.jar specified in the command line of the external engine.


Regards,
Sorin