Kevin Flynn wrote: > > I can't seem to get the FOP 1.x plug-in to work: it generates the > attached error during FOP processing.
I cannot reproduce such problem here. The problem is probably caused your Java *working* *environment*. I would say that: * you have modified the script used to start XXE to include your CLASSPATH. * OR you have extended your Java runtime by adding jars (fop, xerces, etc) to jre/lib/ext/ and doing this causes dynamic link errors when there are version mismatches with the jars used by XXE. > If I intercept the process, and > edit the generated .fo file to remove some extension attributes (xfc:) > added by XmlMind, then I can generate a PDF using my own installation of > FOP (0.94). Do you have any ideas on what is causing the problem? > Extension attributes such as our "xfc:" ones are explicitly allowed by the XSL-FO standard. See http://www.w3.org/TR/xsl11/#xsl-namespace. FOP should not issue even warnings about them. In all cases, there is no need to remove these extension attributes as they do not prevent FOP to do its job.

