how to use Oracle's XDK for XSLT in debugger

Here should go questions about transforming XML with XSLT and FOP.
dacracot
Posts: 1
Joined: Thu Oct 21, 2004 2:42 am

how to use Oracle's XDK for XSLT in debugger

Post by dacracot »

How may I use Oracle's XDK (xmlparserv2.jar) within the oXygen's XSLTransformer debugger. I can see that the default library is Xalan, and that I may switch to either Saxon6.53 or Saxon8.1B, but I can not figure out how to install another 3rd party library. Oracle's XDK has significantly different behavior to any of these. I have installed oXygen 5.0 on Mac OSX 10.3.5.

Thanks - Craig
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi Craig,

There is no common interface provided by processors for debugging, therefore a new processor cannot be just plugged in. It is not possible to use Oracle's XDK with the XSLT Debugger.

You can use Oracle's XDK for performing XSLT transformations if you configure it through the JAXP oXygen option. See How to Configure an External XSLT Transformer article for more details.

Best Regards,
George
Post Reply