Re: [xsl] FWK005 error

Subject: Re: [xsl] FWK005 error
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 9 Jan 2020 20:22:39 -0000
On 09.01.2020 21:12, Rick Quatro rick@xxxxxxxxxxxxxx wrote:

I am not sure if this appropriate to post here, but I have a transform
that I am using in Oxygen with Saxon. I am trying to do the same
transform in Adobe FrameMaker, which is using Saxon. Here is the
information from FrameMaker's ini file:

SaxonEE9-8-0-7J\saxon9ee.jar, net.sf.saxon.TransformerFactoryImpl

When I run the transform from FrameMaker, I am getting these errors to
the FrameMaker Console:

FWK005 parse may not be called while parsing.

Any help would be appreciated. Thank you very much.

Googling for that error code shows a lot of items with that error in the context of JAXP SAX and XPath, not related to Saxon. https://bugs.openjdk.java.net/browse/JDK-8047329 for instance reports the problem for Java 8 and there it is resolved as being not present in Java 9.

I can't really tell whether that issue reported there has the same root
as yours but you might want to try to run FrameMaker with or using  a
more recent Java version if you can.

Current Thread