custom extension from oxygen lib folder not found

Post here questions and problems related to oXygen frameworks/document types.
Patrik
Posts: 280
Joined: Thu Nov 28, 2013 9:32 am
Location: Hamburg/Germany
Contact:

custom extension from oxygen lib folder not found

Post by Patrik »

Hi,

I implemented a custom reference resolver and want to configure it for my custom framework. Since the same jar file also contains a saxon extension I need to place it in the oxygen-lib-folder. But when placing the jar file there I can't select the reference resolver in the extensions tab - it is simply not listed.

An obvious solution would be to split this jar file but I'd prefer to keep it together (and later I want to distribute it as an add on).

So is there any way to select the reference resolver from a jar file in the lib folder? Or even better is there a way to include other files in the classpath of saxon? Configuring the transformation scenario is no sufficient solution since I need to acces it from schematron as well.

Thanks and regards,

Patrik
Radu
Posts: 9470
Joined: Fri Jul 09, 2004 5:18 pm

Re: custom extension from oxygen lib folder not found

Post by Radu »

Hi Patrik,

Maybe you could tell me more about how your custom resolver uses the Saxon transformer, give me some sample Java code for example.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply