Re: Setting the user configuration in embedded code

2002-10-08 Thread jthaemlitz
g.xml" ); org.apache.fop.apps.Options options = new org.apache.fop.apps.Options( "userconfig.xml" ); [EMAIL PROTECTED] 10/08/02 09:10 AM Please respond to fop-dev                 To:        [EMAIL PROTECTED]         cc:                 Subject:        Setting the user confi

Setting the user configuration in embedded code

2002-10-08 Thread Paul . Hussein
Hi, wonder if anyone can help. I am trying to set the user configuratuion file with FOP embedded in my app. java.io.BufferedOutputStream bufferedOutputStream = null; org.apache.fop.apps.Driver driver = null; java.io.ByteArrayInputStream byteArrayInputS