Page 1 of 1

Changing transformation engine

Posted: Tue Jun 12, 2007 10:15 pm
by N_Graham
Under Options->Preferences->XML->XSLT-FO-XQuery->XSLT one can change the engine that does the transformation. I set the XSLT 1.0 to Xalan, and when I apply the transformation, I get an error:
E [Saxon6.5.5] The URI.... does not identify an external Java class ...

How do I get it to use Xalan, and not Saxon? How do I set it so that Xalan is the only processor used?

Posted: Wed Jun 13, 2007 8:19 am
by Radu
Hi,

The page you are referring to is useful if you want to change the default engine used for validating the stylesheet but the engine specified in the scenario associated with the stylesheet takes precedence for validation and is also used to transform it.

So you have to edit the scenario you are using for the transformation and in the "Transformer" combo select Xalan instead of the default Saxon6.
This link may be useful: http://www.oxygenxml.com/doc/ug-oxygen/ ... nario.html

Regards,
Radu

Posted: Wed Jun 13, 2007 6:45 pm
by N_Graham
Thank you, that was exactly what I was looking for.