Changing transformation engine

Here should go questions about transforming XML with XSLT and FOP.
N_Graham
Posts: 2
Joined: Tue Jun 12, 2007 8:52 pm
Location: Columbia, MO

Changing transformation engine

Post 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?
Radu
Posts: 9051
Joined: Fri Jul 09, 2004 5:18 pm

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
N_Graham
Posts: 2
Joined: Tue Jun 12, 2007 8:52 pm
Location: Columbia, MO

Post by N_Graham »

Thank you, that was exactly what I was looking for.
Post Reply