Page 1 of 1

Using jdxslt for JAXP transformation

Posted: Fri Feb 19, 2010 1:07 pm
by clouseau
I am trying to use jdxslt for JAXP transformation in oxygen 11.1 / myeclipseide 6.6.

1) I copied jdxslt.jar into the lib directory of the plugin
2) I set the transformer factory property in Preferences -> XML -> XSLT-FO-XQuery -> XSLT to jd.xml.xslt.trax.TransformerFactoryImpl

When I run the transformation, I get the following error in the Problems pane:
[JAXP] The transformer 'JAXP' is not present! Please install it in the folder:
file:/C:/Program Files/Java/MyEclipse 6.6/eclipse/plugins/com.oxygenxml.editor_11.1.0.v2010011310/lib/
and set the transformer factory property in Preferences -> XML -> XSLT-FO-XQuery -> XSLT.
What am I missing?

Regards

Re: Using jdxslt for JAXP transformation

Posted: Tue Feb 23, 2010 1:35 pm
by george
For the Eclipse plugin you also need to edit the plugin.xml file to add your library in the runtime section, similar with how the other jars are added.
The standalone version of oXygen loads automatically all the jars from the lib folder but for the Eclipse plugin they need to be specified also in the plugin.xml file.

Best Regards,
George