On 21.03.2003 19:06:54 IvanLatysh wrote: > Is there are somehow possible to embedd PS command in XSL file, and this command > will be included in resulting PS file. > This approach will be very useful.
In the redesign that should be relatively simple. Can't say offhand how difficult this would be in the old FOP. The way to go is to implement an extension. See the website and mailing list archives for more information. > And by the way, > Almost all renderer have a bug. > Logger is not setting when renderer is creting. The code says something else. The Driver.setRenderer() method sets the logger. Maybe you didn't set the logger on the Driver before calling setRenderer. > I would suggest to change setRenderer methods in Driver and set the logger for > renderer. > Or each renderer should set the default logger, as it doing PDFRenderer. > If you run a transformation and do not set a logger for Renderer > NullPointerException thrown in the method: > public void startRenderer(OutputStream outputStream) > ... > log.debug("rendering areas to PostScript"); // here Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]