Re: Problem with API change in fop 0.20.1

2001-08-22 Thread Keiron Liddle
http://xml.apache.org/fop/embedding.html On Wed, 22 Aug 2001 09:35:17 Nestel, Frank wrote: Hello, we've experimenting with fop as an PDF renderer and would like to upgrde to fop0.20. As this is only a part of a larger framework, we used to use the TraX Result Wrappers to pass along our

RE: Problem with API change in fop 0.20.1

2001-08-22 Thread Michel Lehon
Frank, [Big SNIP] protected Result obtainResult(XMLServletRequestStatus status, OutputStream out) throws IOException { if(!status.isFOStyle()) { return new StreamResult(out); }

Re: Problem with API change in fop 0.20.1

2001-08-22 Thread Keiron Liddle
On Wed, 22 Aug 2001 10:20:28 Michel Lehon wrote: Keiron, Could you take a look at the things you did for the logger in driver, it look wierd to me as the _treeBuilder 's logger is only set if a call to setLogger is done, otherwise I get a NullPointerException If you want I can take a look...