Using jdxslt for JAXP transformation

Having trouble installing Oxygen? Got a bug to report? Post it all here.
clouseau
Posts: 1
Joined: Fri Feb 19, 2010 12:24 pm

Using jdxslt for JAXP transformation

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Re: Using jdxslt for JAXP transformation

Post 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
George Cristian Bina
Post Reply