XProc and FOP: Failed to instantiate FO provider

Here should go questions about transforming XML with XSLT and FOP.
fschmitt
Posts: 9
Joined: Mon Jul 20, 2015 3:31 pm

XProc and FOP: Failed to instantiate FO provider

Post by fschmitt »

Hi,

i'm trying to execute a XProc Pipeline envolving an xsl-formatter step, using Oxygen XML 17.0 and built-in Calabash processor. Processing XProc pipelines generally works fine, but with the xsl-formatter step, i receive an error:

Code: Select all

Failed to instantiate FO provider
java.lang.ClassNotFoundException: com.xmlcalabash.util.FoFOP
I've already tried different things: placed fop.jar into {Oxygen}/lib/xproc/calabash, but this doesn't change anything. Also, i've edited {Oxygen}/lib/xproc/calabash/engine.xml, adding <system-property name="com.xmlcalabash.fo-processor" value="com.xmlcalabash.util.FoFOP"/> - didn't change anything either.

So: how to process a xproc containing an xsl-formatter step using the built-in calabash xproc engine?

Thanks in advance!
florian
fschmitt
Posts: 9
Joined: Mon Jul 20, 2015 3:31 pm

Re: XProc and FOP: Failed to instantiate FO provider

Post by fschmitt »

Sorry - found the reason - wasn't an Oxygen issue but a problem concerning the XSLT / XSL-FO... :oops: :oops:
Post Reply