Re: Collapsing border model

2005-05-06 Thread Jeremias Maerki
Thanks everyone for helping me with this. On 05.05.2005 20:43:58 Simon Pepping wrote: > Jeremias, > > At first sight I agree with Andreas' interpretation in his reply to > this message, which I think is the same as your original > interpretation. Thinking on, however, I see that there may be a >

RE: Collapsing border model

2005-05-06 Thread Andreas L. Delmelle
> -Original Message- > From: Simon Pepping [mailto:[EMAIL PROTECTED] > Hi Simon, > At first sight I agree with Andreas' interpretation in his reply to > this message, which I think is the same as your original > interpretation. Thinking on, however, I see that there may be a > problem wit

Re: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr PageSequenceLayoutManager.java

2005-05-06 Thread Chris Bowditch
Glen Mazza wrote: Jeremias Maerki wrote: Glen, I'd like you to revert that one and take a different approach if any. Kein Problem. Bald werde ich dass machen, aber nicht dieser Nacht, weil ich ziemlich muede bin. handleBreak does really handle break-before AND break-after, so the name was ok.

RE: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr PageSequenceLayoutManager.java

2005-05-06 Thread Andreas L. Delmelle
> -Original Message- > From: Chris Bowditch [mailto:[EMAIL PROTECTED] > Hi Chris, Let me have a go... > Glen Mazza wrote: > > > > Kein Problem. Bald werde ich dass machen, aber nicht > > dieser Nacht, weil ich ziemlich muede bin. "No prob. I'll do it soon, but not tonight, because I'm

Re: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr PageSequenceLayoutManager.java

2005-05-06 Thread Jeremias Maerki
> Jeremias/Glen: > > could you translate this for me? Sorry but I dont speak German! Here you are: On 06.05.2005 09:47:33 Chris Bowditch wrote: > Glen Mazza wrote: > > > Jeremias Maerki wrote: > > > >> Glen, > >> > >> I'd like you to revert that one and take a different approach if any. > >>

RE: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr PageSequenceLayoutManager.java

2005-05-06 Thread Andreas L. Delmelle
> -Original Message- > From: Jeremias Maerki [mailto:[EMAIL PROTECTED] > > > Glen: > > > Ja, jetzt sollen wir das alterer Kodierung > > > (pNFA() usw.) entfernen. ... > > English: Yes, we should remove the old code now. Of course 'should', got my modal verbs mixed up again :-) Greetz

Re: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr PageSequenceLayoutManager.java

2005-05-06 Thread Chris Bowditch
Andreas L. Delmelle wrote: -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Glen: Ja, jetzt sollen wir das alterer Kodierung (pNFA() usw.) entfernen. ... English: Yes, we should remove the old code now. Of course 'should', got my modal verbs mixed up again :-) Thanks f

Re: cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr PageSequenceLayoutManager.java

2005-05-06 Thread The Web Maestro
On May 6, 2005, at 2:56 AM, Chris Bowditch wrote: Andreas L. Delmelle wrote: -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Glen: Ja, jetzt sollen wir das alterer Kodierung (pNFA() usw.) entfernen. ... English: Yes, we should remove the old code now. Of course 'should',

removing storing of unresolved idrefs in PageViewports

2005-05-06 Thread Glen Mazza
Team, In the PSLM we are saving unresolved idref's (e.g., the "internal-destination" of an fo:basic-link, where we have not yet determined the PV that it refers to) with both the PageViewport and the AreaTreeHandler: public void addUnresolvedArea(String id, Resolvable res) { // add to the pag