Re: Building a FO document with FOP

2002-05-02 Thread David Penton
I'm chiming in late; you've probably already made your decision. I have been doing lots of work generating fo through fop, and also XEP, with data extracted from a database. I always use xsl stylesheets, but I do the entire process internally in java, except for the FOP run itself. There are se

RE: Building a FO document with FOP

2002-04-30 Thread Chakraborty, Shantanil
installing ImageMagic but had a easier way using FOP. -shantanil -Original Message- From: Katiyar, Bhawana [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 11:05 AM To: [EMAIL PROTECTED] Subject: RE: Building a FO document with FOP I guess it is better to build them as XML documents and

RE: Building a FO document with FOP

2002-04-30 Thread Ismaeil, Sameh Z
: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 5:50 PM To: [EMAIL PROTECTED] Subject: Re: Building a FO document with FOP I recommend you don't build XSL:FO through Java code directly. Produce a simple XML format with just the data in it. Use a XSLT stylesheet afterward

Re: Building a FO document with FOP

2002-04-30 Thread Jeremias Maerki
IL PROTECTED] > Sent: Tuesday, April 30, 2002 5:05 PM > To: [EMAIL PROTECTED] > Subject: RE: Building a FO document with FOP > > > I guess it is better to build them as XML documents and use xsl:fo to > transform them to FO documents. It is much easier. You could use the XML

Re: Building a FO document with FOP

2002-04-30 Thread Markus Wiese
PROTECTED]> Datum: Dienstag, 30. April 2002 17:25 Betreff: RE: Building a FO document with FOP >Thanks Bhawana, > >This is not exactly what I mean. I don't have XML data documens, I'm trying >to build a pure XSL:FO document through code, not transform an existing XML &

RE: Building a FO document with FOP

2002-04-30 Thread Ismaeil, Sameh Z
? -Original Message- From: Katiyar, Bhawana [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 5:05 PM To: [EMAIL PROTECTED] Subject: RE: Building a FO document with FOP I guess it is better to build them as XML documents and use xsl:fo to transform them to FO documents. It is much e

RE: Building a FO document with FOP

2002-04-30 Thread Katiyar, Bhawana
I guess it is better to build them as XML documents and use xsl:fo to transform them to FO documents. It is much easier. You could use the XML to render HTML, RTF or any other format. FOP programming is also much easier, as you shift all the java programming burden of building the FO document to