RE : Contributing to FOP (Re: representative example needed)

2005-02-24 Thread David Gagnon
Hi all,     I was looking for a good example as well those pdf are impressive.  I was wondering if the .fo and .xml regarding those examples have been posted somewhere?  I looked into the bug database and haven`t found them are they available?   Thanks for your help!! /David      

RE: Out of Memory problem

2005-02-24 Thread Victor Mote
Manoj_Nair wrote: > I think someone asked this question ( inadvertently deleted > that email) But how do we programmatically increase the > memory size for FOP Java VM? AFAIK, it must be done from the command-line. I don't know of a way to do this from within a Java program. Victor Mote

Re: Out of Memory problem

2005-02-24 Thread Manoj_Nair
I think someone asked this question ( inadvertently deleted that email) But how do we programmatically increase the memory size for FOP Java VM? Thanks Manoj

RE: N xml, 1 PDF

2005-02-24 Thread Rymasz Jacky
Yes it is possible One way to do it is to create an XML file containing nodes corresponding to your differents XML files. >From the XSL-FO generating your PDF, parse each node and load the corresponding file to the node using "document()". That's just my two cents and I dunno if there's a better wa

Re: N xml, 1 PDF

2005-02-24 Thread JBryant
That's an XSLT question rather than an XSL-FO question. XSLT can solve this problem with the document function, thus: Use a for-each to read each document spec in the configuration file. For each doc spec, read the referenced document and copy it to the result tree. Something like this (assumi

RE: xslt library

2005-02-24 Thread Pascal Sancho
You can follow that: www.exslt.org Pascal > -Message d'origine- > De : Peter Menzel [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 24 février 2005 13:55 > > I am looking for some kind of XSLT Library, which provides a > set of standard components (HTML) for web applications, e.g. > menus

RE: N xml, 1 PDF

2005-02-24 Thread Pascal Sancho
Hi, This seems to be a more specific XSLT question. You can do that (you will complete the code as you want): relative_or_absolute_path_from_this_xsl_to_new_xml ... Pascal > -Message d'origine- > De : Tommaso Taglioni [mailto:[EMAIL PROTECTED] > > I have some XML file and I

Re: Out of Memory problem

2005-02-24 Thread rohit . rastogi
Can we set the memory programmaticaly? Thanks Rohit Chris Bowditch

N xml, 1 PDF

2005-02-24 Thread Tommaso Taglioni
Hi all, I have some XML file and I have to make only one PDF of them. I have also a configuration file that have the order and the names of the XML. The structure of the configuration file is like this: . .

Re: Cell borders - headache

2005-02-24 Thread Rainer . Jochim
You might check the border-collapse attribute to control overlapping of borders. Rainer [...] What I've got is a table with 20 rows and 10 columns. Every second row has a background of grey, so the rows alternate between grey and nothing (white). Thats all fi

RE: Cell borders - headache

2005-02-24 Thread Rymasz Jacky
Hello Can you send some snippet of code of your problem? Do you have tables into the cells? Jack -Message d'origine- De : Robert Durant [mailto:[EMAIL PROTECTED] Envoyé : jeu. 24 février 2005 12:25 À : [EMAIL PROTECTED] Objet : Cell borders - headache Hi, I've been working on this one

xslt library

2005-02-24 Thread Peter Menzel
Hallo XSLT-experts, I am looking for some kind of XSLT Library, which provides a set of standard components (HTML) for web applications, e.g. menus, form stuff, ... Substantially I would like to have somtething like Java Server Faces, but in XSLT. Does anybody know some project providing such th

Cell borders - headache

2005-02-24 Thread Robert Durant
Hi, I've been working on this one problem for about a day now and I cant seem to crack it so I thought I would ask here. What I've got is a table with 20 rows and 10 columns. Every second row has a background of grey, so the rows alternate between grey and nothing (white). Thats all fine. The pro

FOP 0.20.5 AWTRenderer: Sometimes rendering fails in the middle of a table with no error message

2005-02-24 Thread Guillaume Ponce
Hi, My french team and I work on a Java project and we plan to embed FOP 0.20.5 for the needed print reports. We experience a problem when we are using the AWT renderer with documents that contain tables. Sometimes, a page is "cut" in the middle of a table and it

Re: Out of Memory problem

2005-02-24 Thread Chris Bowditch
Manisha Sathe wrote: I am trying for one Chinese PDF. When i do not make use of Arial Unicode MS font then i do not get this error. All chinese characters are displayed as #. Once i use this font then i get this error (even if it is just 2-3 pages long - sometimes at very beginning i get the 1 p

Out of Memory problem

2005-02-24 Thread Manisha Sathe
I am trying for one Chinese PDF. When i do not make use of Arial Unicode MS font then i do not get this error. All chinese characters are displayed as #. Once i use this font then i get this error (even if it is just 2-3 pages long - sometimes at very beginning i get the 1 page report - after that

Re: Blank Pages between Page Sequences.

2005-02-24 Thread Chris Bowditch
Puppala, Kumar (LNG-DAY) wrote: Does anyone know if there is a way to get the correct behavior in Case 1. I have tested this using AntennaHouse and found similar results. I am not sure if this is a bug in both Apache and AntennaHouse (0R) if it is the desired behavior. Any input is greatly appr