You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by "Savino, Matt C" <Ma...@questdiagnostics.com> on 2002/02/27 21:56:27 UTC

XMLSpy - FOP

Has anyone gotten FO transformations to work on XMLSpy w/FOP .20.2? No
matter what I try I keep getting the following error:

"Output of external XSL converter:

The filename, directory name, or volume label syntax is incorrect."

thx a lot,

Matt Savino
Senior Systems Analyst
Quest Diagnostics Clinical Trials




Re: XMLSpy - FOP

Posted by Chuck Paussa <Ch...@systems.dhl.com>.
Let's see

Path to FOP bat file = C:\Fop-0.20.1\fopx.bat

fopx.bat file =

saxon -o test.fo %3 pdf_master.xsl
@java -Xms256m -Xmx256m -cp 
build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\avalon-framework-4.0.jar;lib\logkit-1.0b4.jar;lib\jimi-1.0.jar 
org.apache.fop.apps.Fop -c conf/userconfig.xml %1 -fo test.fo %6 %7 %8

I guess I sort of got it to work but I had to go through an intermediate 
.fo file and I hard coded the xsl

Chuck

Savino, Matt C wrote:

>Has anyone gotten FO transformations to work on XMLSpy w/FOP .20.2? No
>matter what I try I keep getting the following error:
>
>"Output of external XSL converter:
>
>The filename, directory name, or volume label syntax is incorrect."
>
>thx a lot,
>
>Matt Savino
>Senior Systems Analyst
>Quest Diagnostics Clinical Trials
>
>
>