Re: Problem with FOP outline extension

2002-06-06 Thread Bruno Rondepierre
:56 AM Subject: Re: Problem with FOP outline extension > Bruno Rondepierre wrote: > > THE XSL FILE (tstBookmark.xslfo) > Problem solved. You hit a Xalan bug. > If you've looked into the log (hopefully, there *is* a log), > you'd have seen FOP

Re: Problem with FOP outline extension

2002-06-05 Thread J.Pietschmann
Bruno Rondepierre wrote: THE XSL FILE (tstBookmark.xslfo) Problem solved. You hit a Xalan bug. If you've looked into the log (hopefully, there *is* a log), you'd have seen FOP error messages containing: "...unknown...null^outline..." -Begin http://www.w3.org/1999/XSL/Transform";

Re: Problem with FOP outline extension

2002-06-05 Thread Bruno Rondepierre
= pdf.toByteArray(); response.setContentLength(content.length); response.getOutputStream().write(content); response.getOutputStream().flush(); } catch (Exception e) { throw new ServletException("error while creating pdf using fo file: " + e.toString()

Re: Problem with FOP outline extension

2002-06-03 Thread J.Pietschmann
Bruno Rondepierre wrote: By saying "it doesn't" work, I mean that the PDF is created but it contains no bookmark. That's bad. Can you supply a short, trimmed down XML source and a minimal XSLT demonstrating the problem? Are you using disable-output-escaping somewhere? J.Pietschmann

Re: Problem with FOP outline extension

2002-06-03 Thread Bruno Rondepierre
By saying "it doesn't" work, I mean that the PDF is created but it contains no bookmark. - Original Message - From: "J.Pietschmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 31, 2002 11:27 PM Subject: Re: Problem with FOP outline

Re: Problem with FOP outline extension

2002-05-31 Thread J.Pietschmann
Bruno Rondepierre wrote: I tried to used FOP outline extension while generating pdf. When I proceed in to steps: 1) I used an XSLT parser to generate xslfo's file from xml and xslt files, 2) I generate the PDF file from this xslfo file, It works fine. When I tried to generate PDF file directly