> yep. I understand that I can create a XSL stylesheet like your example. But > I try to write a Java application which simply switches between different > render classes to realize different output formats: > > // Setup renderer (output format) > driver.setRenderer(Driver.RENDER_PDF); > > The only thing that I have to change is the parameter for the setRenderer > method. There are renderer available for SVG, PDF, PS, PCL and so on. > However, not for HTML. And I am looking for someone, who perhaps did > implement a renderer for HTML or has some useful hints how I can do this.
I agree with both. Up to now I generate HTML vis XSL and PDF via XSL->FOP. Fortunately, my incoming XSL is very HTML-like, where it isn't I write a custom XSL transform. However, it would be nice to have an HTML output from the FO Processor in order to minimize the amount of custom work to be done per project. If the client then request 'better' HTML then write it and bill 'em for it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
