Re: FOP Memory issues (fwd from fop-users)

2007-01-09 Thread richardw
Andreas L Delmelle writes: If I remember correctly, that was precisely the problem, since Cliff's report consists of one giant table. It's supposed to look like one uninterrupted flow, so figuring out where the page-sequences should end is next to impossible... (or IOW: sorting that

Re: Announcements refused

2007-01-09 Thread Christian Geisert
Vincent Hennebert schrieb: I can handle the docbook-apps list. BTW, my annoucement for XMLGraphics Commons 1.1 never appeared on the Batik-users list. It did on Fop-users, although my Apache address isn't subscribed to this list. Any idea of what's wrong? The moderator(s) of batik-users

Re: FOP Memory issues (fwd from fop-users)

2007-01-09 Thread Manuel Mall
On Tuesday 09 January 2007 18:13, [EMAIL PROTECTED] wrote: Andreas L Delmelle writes: If I remember correctly, that was precisely the problem, since Cliff's report consists of one giant table. It's supposed to look like one uninterrupted flow, so figuring out where the page-sequences

Re: FOP Memory issues (fwd from fop-users)

2007-01-09 Thread Amin Ahmad
Perhaps the flyweight pattern, described by the GoF, may be of use to whoever is going to look into an implementation strategy. http://en.wikipedia.org/wiki/Flyweight_pattern gives a decent example. amin On 1/9/07, Manuel Mall [EMAIL PROTECTED] wrote: On Tuesday 09 January 2007 18:13, [EMAIL

Re: FOP Memory issues (fwd from fop-users)

2007-01-09 Thread Vincent Hennebert
Richard a écrit : snip/ I'm also currently reading through Knuth's Digital Typography. Can anyone point out any sections I should pay particular attention to w.r.t. FOP's usage, (Digital Typography caught my eyes. I'll try to respond to the rest later.) Chapter 3, Breaking Paragraphs Into

Re: FOP Memory issues (fwd from fop-users)

2007-01-09 Thread Peter B. West
On Tue, 2007-01-09 at 16:52 +0100, Vincent Hennebert wrote: Richard a écrit : snip/ I'm also currently reading through Knuth's Digital Typography. Can anyone point out any sections I should pay particular attention to w.r.t. FOP's usage, (Digital Typography caught my eyes. I'll try to

Re: FOP Memory issues (fwd from fop-users)

2007-01-09 Thread Andreas L Delmelle
On Jan 9, 2007, at 14:11, Manuel Mall wrote: snip / What are the 81632 instances of class char[]? I assume this is the text in the table cells. But why are there more than twice as many as there are table cells? Hehe, see my little remark about the TextLM... In its initialize() method (I

Re: FOP Memory issues (fwd from fop-users)

2007-01-09 Thread Andreas L Delmelle
On Jan 9, 2007, at 18:46, Andreas L Delmelle wrote: On Jan 9, 2007, at 14:11, Manuel Mall wrote: snip / What are the 81632 instances of class char[]? I assume this is the text in the table cells. But why are there more than twice as many as there are table cells? Hehe, see my little

Re: Apache FOP 0.93 Released

2007-01-09 Thread Simon Pepping
Arnaud, On Tue, Jan 09, 2007 at 01:31:13AM +0100, Arnaud HERITIER wrote: Hi Simon, Can you deploy your jars on a maven repository please. For example : http://people.apache.org/repo/m1-ibiblio-rsync-repository/fop/jars/ Please ask on [EMAIL PROTECTED] There has been talk about Maven. I

Re: FOP Memory issues

2007-01-09 Thread Simon Pepping
On Tue, Jan 09, 2007 at 04:50:14PM +, Peter B. West wrote: And I thought about describing Knuth and Plass' algorithm in a less cryptic manner, and from a slightly different point of view. http://defoe.sourceforge.net/folio/knuth-plass.html Interesting page. I will study it in detail