FOP exception

2001-12-10 Thread SHU KUO
--- Received from DIST.KUOS 777-282501-12-10 16.21 - [EMAIL PROTECTED] Hi. the following is my code: //DOM import org.w3c.dom.*; import org.apache.xerces.parsers.*; //Java import java.io.*; import java.io.File; import java.lang.String; import java.net.URL; import

Re: FOP exception

2001-12-10 Thread IvanLatysh
Hello, SHU! You wrote to [EMAIL PROTECTED] on Mon, 10 Dec 2001 12:21 -0800: Put all this code in try block. Like this try{ File xmlf = new File(c:/jdk1.3.1/xslfoRef.xml); File xslf = new File(c:/jdk1.3.1/xml2pdf.xsl); File writefile = new File(shu.pdf); Driver driver = new

Re: FOP exception

2001-12-10 Thread Trevor_Campbell
: Subject: Re: FOP exception 11/12/2001 08:32 AM