Getting error running latest FOP

2001-12-19 Thread Kilmer, Erich
Hello, Downloaded the latest fop cvs code set (xml-fop_20011219112513.tar.gz). Then I built it and it says build successful. When I try to run it I get: D:\FOP\xml-fopjava -cp build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\ava

RE: Getting error running latest FOP

2001-12-19 Thread Kilmer, Erich
running latest FOP --- Kilmer, Erich [EMAIL PROTECTED] wrote: I tried that FAQ link but it is broken. If you tried http://www.owal.co.uk:8090/asf/fop.jsp then it is up and running fine. Your firewall may be blocking the slightly abnormal port 8090. Alex = Alex McLintock[EMAIL

How to get FOP servlet to run in quiet mode? UPDATE

2001-12-05 Thread Kilmer, Erich
Read the manual and learned about the config.xml file. Opened my fop.jar in winzip and extracted config.xml. Changed to: entry keyquiet/key valuetrue/value /entry Then added the file back into the fop.jar. Then I restarted my web server. However after rendering an XML to PDF in ther

RE: How to get FOP servlet to run in quiet mode? UPDATE

2001-12-05 Thread Kilmer, Erich
statement to the servlet init: MessageHandler.setOutputMethod(MessageHandler.NONE);. Hope this helps, Jim -Original Message- From: Kilmer, Erich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 9:39 AM To: '[EMAIL PROTECTED]' Subject: How to get FOP servlet to run in quiet mode

My FO data is in a Document ... how to get it into a String?

2001-08-30 Thread Kilmer, Erich
Hello again, Hope this question is OK for this group. I think that it is since it is a question on org.apache.fop.tools.xslt.XSLTransform. The problem is that I am trying to do everything in memory. The XML and resulting FO data are never on disk. The call I am trying to make is:

RE: My FO data is in a Document ... how to get it into a String?

2001-08-30 Thread Kilmer, Erich
Just found it: document.getDocumentElement().toString(); -Original Message- From: Kilmer, Erich [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 10:29 AM To: '[EMAIL PROTECTED]' Subject: My FO data is in a Document ... how to get it into a String? Hello again, Hope

FopServlet error help!

2001-08-29 Thread Kilmer, Erich
I am trying to run a FopServlet and I get this exception in my browser when I try to render the .FO file: org.xml.sax.SAXParseException: The root element is required in a well-formed document I know you think its the .FO file but I even get it when I run the readme.fo that comes with FOP through

Trying to transform XML to XSL:FO so I can convert it?

2001-08-29 Thread Kilmer, Erich
OK, finally got the FopServlet to work, thanks for the help!!! My next problem is that my XML is not in a file. I will be reading it in from my database (where its stored as a blob) into a large String. Next I need to do something like an XSLTransform.transform to apply my XSL to the XML. What

Getting started FOP question

2001-08-24 Thread Kilmer, Erich
A while back I was playing with Cocoon1 and got it working. I was able to convert XML input to PDF output (via an XSL) on the fly in a browser. Recently, I was using Stylus Studio to build an XSL with FO tags and then rendered it into PDF (inside Stylus). At this point I realized maybe I do not

RE: Getting started FOP question

2001-08-24 Thread Kilmer, Erich
and then process it, this really isn't an atomic operation. You can't split an FO result into more than one document without getting more than one PDF output result. Hope this helps. -Steve -Original Message- From: Kilmer, Erich [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 10:57 AM