RE: Marker issue

2001-07-27 Thread Arved Sandstrom
ou write your XSL in order >to go through the transformation without seeing the error ? > >> -Message d'origine- >> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >> Date: 27 July 2001 11:24 >> À: [EMAIL PROTECTED] >> Objet: RE: Marker issue >&

RE: Marker issue

2001-07-27 Thread GALLO Jean-Claude
But why didn't you encounter the problem. How do you write your XSL in order to go through the transformation without seeing the error ? > -Message d'origine- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Date: 27 July 2001 11:24 > À: [EMAIL PROTECTED] >

RE: Marker issue

2001-07-27 Thread Arved_37
Quoting GALLO Jean-Claude <[EMAIL PROTECTED]>: > I do some change in RetrieveMarker code, the first page condition was > forgotten. The RetrieveMarker.layout method > calls RetreiveMarker.locatePrevioussPage which can retrun a nul value when > the page is the first one. I just put a test inside

RE: Marker issue

2001-07-27 Thread Arved_37
Quoting GALLO Jean-Claude <[EMAIL PROTECTED]>: > For my actual starting point I need to report element numerotation in a > before or after area. > I suppose this can be handle by a hastable like solution. Every time an > element is encountered, > the value may change and is reported anywhere ou

RE: Marker issue

2001-07-27 Thread GALLO Jean-Claude
I do some change in RetrieveMarker code, the first page condition was forgotten. The RetrieveMarker.layout method calls RetreiveMarker.locatePrevioussPage which can retrun a nul value when the page is the first one. I just put a test inside the loop looking for a page containing a marker. The co

RE: Marker issue

2001-07-26 Thread GALLO Jean-Claude
Dear Arved, > > >-Message d'origine- >De: Arved Sandstrom [mailto:[EMAIL PROTECTED]] >Date: 26 July 2001 12:54 >À: [EMAIL PROTECTED] >Objet: Re: Marker issue > > >At 12:31 PM 7/26/01 +0200, GALLO Jean-Claude wrote: >>Does Marker and Retrieve-Mar

Re: Marker issue

2001-07-26 Thread Arved Sandstrom
At 12:31 PM 7/26/01 +0200, GALLO Jean-Claude wrote: >Does Marker and Retrieve-Marker work or not. > >Reading the source code, I suppose I am able to define markers, but I get a >Null exception when Retrieve-Marker try to get markers. >It seems to me that the Page object don't return the true Vec

Marker issue

2001-07-26 Thread GALLO Jean-Claude
Does Marker and Retrieve-Marker work or not. Reading the source code, I suppose I am able to define markers, but I get a Null exception when Retrieve-Marker try to get markers. It seems to me that the Page object don't return the true Vector struct used to store markers. The one returned is alw