RE: Building a FO document with FOP

2002-04-30 Thread Katiyar, Bhawana
to FOP. Bhawana -Original Message- From: Ismaeil, Sameh Z [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 30, 2002 10:37 AM To: '[EMAIL PROTECTED]' Subject: Building a FO document with FOP Hello All, We are trying to build FO documents through Java code, these documents will be rendered

RE: Building a FO document with FOP

2002-04-30 Thread Ismaeil, Sameh Z
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 easier. You could use

Re: Building a FO document with FOP

2002-04-30 Thread Markus Wiese
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 to FO. It will go like this: Data (from DB) --(Java code)-- FO document

Re: Building a FO document with FOP

2002-04-30 Thread Jeremias Maerki
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 to render HTML, RTF or any other format. FOP programming is also much easier, as you shift all

RE: Building a FO document with FOP

2002-04-30 Thread Ismaeil, Sameh Z
:[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 afterwards to convert the XMl to XSL:FO

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