On 23.01.2003 22:15:17 Clay Leeds wrote:
> It helps. However, I only have fop-0.20.4 (&.5rc) installed. I also 
> notice that in the lib/ folder I've got xalan-2.3.1.jar. Will this 
> suffice, or do I need to install the full version of xalan. Also, the 
> current version of xalan is 2.4.1... should I try it with that?

Yep. In this case do:

java -cp lib/xml-apis.jar;lib/xercesImpl-2.2.1.jar;lib/xalan-2.4.1.jar 
org.apache.xalan.xslt.Process -IN test2.xml -XSL test2.xsl -OUT test2.out.xml -DIAG

That will run the XSL transformation. It assumes you're in the root
directory of your FOP distribution (location of fop.bat) and you're
using Windows. You may have to adjust the names of the jar files
depending on the FOP version.
> 
> Lastly, I want my system to match--as closely as possible--that of my 
> clients. What steps can I take to ensure that I can regain that "parity" 
> for testing?

Well, if you use fop.bat to do the testing, you're using the same jars I
used above for the XSL transformation.


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to