RE: [ERROR]: null

2001-12-27 Thread Lakshmi Anantharaman
A little debugging and found the tag should have the flow-name attribute ! Lakshmi -Original Message- From: Lakshmi Anantharaman [mailto:[EMAIL PROTECTED] Sent: Thursday, December 27, 2001 12:34 PM To: '[EMAIL PROTECTED]' Subject: [ERROR]: null All this while I experimented the examples

[ERROR]: null

2001-12-27 Thread Lakshmi Anantharaman
All this while I experimented the examples that came with FOP distribution . Today I wrote a Fo on my own . And I tried to render to PDF from command prompt . But it did not go thru . The Log shows [INFO]: FOP 0.20.2 [INFO]: building formatting object tree [ERROR]: null Please Help me figure out

Re: Embedding FOP

2001-12-27 Thread Keiron Liddle
On 2001.12.22 21:53 Dennis Thrysoe - Netnord A/S wrote: Hi, Is there an easy way of embedding FOP, including a stylesheet transformation? Using the Driver class doesn't seem to allow this (or did I miss something?). If I use Xalan to generate results to the ContentHandler, that the Driver inst

Re: Render pdf via Servlet !

2001-12-27 Thread Meena
Hi, I've got a query. I want to convert an xml file into a pdf file. Presently i'm using xslt to convert xml to fo file. Then use fop to convert it into pdf file. I want a bookmark session in the pdf file. The xsl file has something like But when I use fop, i'm not getting the bookmark part of it.