You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Medina, Edward" <em...@btg.com> on 2000/04/12 15:18:45 UTC

FOP Tool & Saxon

Hello!

I'm trying to make this FOP tool work, but unfortunately 
I don't know jack about java.  I do have the xalan, 
lotusxsl, and saxon parsers installed on my machine.  
I've been using the instant saxon and it 
works great. I placed all the information needed in the CLASSPATH
(I think), and tried running your tool using the command that you
provided with the tool however, I keep getting the same error

Could not find saxon.exe
ERROR: Unable to create SAX parser

This is what I'm typing

java -Dorg.xml.sax.parser=saxon.exe -cp fop_bin_0_12_1.jar;saxon.jar 
org.apache.fop.apps.CommandLine list.fo list.pdf
 
I've also tried the suggested 

java -cp fop_bin_0_12_1.jar;xerces.jar 
org.apache.fop.apps.CommandLine fo-file pdf-file

but I keep getting the same error.  I don't know why, but I do 
suspect that my problem lies at the

 -Dorg.xml.sax.parser=saxon.exe   
(don't know what saxon.exe should really be)

Is there anyone who could help me, or am I beyond help at this point?

Thanks, 
Eddy
emedina@btgc.om