Re: column-width automatic ?

2002-03-27 Thread J.Pietschmann
Philippe Pithon wrote: Is there a means to calculate in automatic the width of columns following the contents? Table layout "auto" is not implemented. In FOP 0.20.3, you have either use fixed column width: ... or use expressions with proportional-column-width(): J.

Re: problems big files xml >1Mo

2002-03-27 Thread J.Pietschmann
Philippe Pithon wrote: By using more of fo:page-sequence I shall have no more problem of crash or slowness? Even if my file xml is 5 Mb? It depends. FOP is already capable of streaming processing, this means after a page has been rendered, the source and intermediate data necessary for the renderin

Re: problems big files xml >1Mo

2002-03-27 Thread J.Pietschmann
Philippe Pithon wrote: I do not manage to set up this after 2 hours of attempt!!! At what level in the code it is necessary to place this paragraph? After this?: < / fo:layout-master-set > Yes. I forgot the master-reference here. Should be 20, of course. What are your problems? J.Pie

Re: force-count-page : end on even

2002-03-27 Thread J.Pietschmann
Rodolphe VAGNER wrote: Ok, I understand the idea, and my problem. The next one is where should I insert the static content for this blank page ? Oops, scratch the idea, FOP doesn't implement the necessary prerequisites as noted by Tim. The other two possibilities i can think of resort to Java hacki

Re: Servlet problems

2002-03-27 Thread Nicola Ken Barozzi
From: "Higgins, James" <[EMAIL PROTECTED]> > First, what if I don't want Batik available for all of the webapps on the > Tomcat server. Yup. I agree. > Secondly, from the "manual" > > - > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html > > As

Re: Servlet problems

2002-03-27 Thread Nicola Ken Barozzi
From: "Peter Jacobs" <[EMAIL PROTECTED]> > Sorry for my probably stupid question, > but how does this explain the problems with finding "batik.jar" > in "webapps/fop/WEB-INF/lib" ? There is no problem with placing the avalon > and logkit jars in that folder. Batik and xml-apis/Xerces have some sa

TR: problems big files xml >1Mo

2002-03-27 Thread Philippe Pithon
OK, that works! Thank you -Message d'origine- De : Philippe Pithon [mailto:[EMAIL PROTECTED] Envoye : mercredi 27 mars 2002 11:10 A : '[EMAIL PROTECTED]' Objet : RE: problems big files xml >1Mo I do not manage to set up this after 2 hours of attempt!!! At what level in the code it is nec

column-width automatic ?

2002-03-27 Thread Philippe Pithon
Is there a means to calculate in automatic the width of columns following the contents?

RE: Servlet problems

2002-03-27 Thread Peter Jacobs
I guess it is a bug in Tomcat 4.0.3 probably: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6374 If you look at the cocoon installation pages, you'll see that you only have to mess with the batik location in 4.0.3, not in 4.0.1 or 4.0.4b2 http://xml.apache.org/cocoon/installing/index.html Pe

RE: Servlet problems

2002-03-27 Thread Higgins, James
First, what if I don't want Batik available for all of the webapps on the Tomcat server. Secondly, from the "manual" - http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html As mentioned above, the web application class loader diverges from the def

RE: Servlet problems

2002-03-27 Thread Peter Jacobs
> -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED] > Sent: woensdag 27 maart 2002 15:39 > To: [EMAIL PROTECTED] > Subject: Re: Servlet problems > > > > From: Higgins, James > > > > > > That works, but can you provide a reason why that works and placing > > it in we

Re: Servlet problems

2002-03-27 Thread Nicola Ken Barozzi
> From: Higgins, James > > > That works, but can you provide a reason why that works and placing > it in webapps/fop/WEB-INF/lib doesn't? > >Flakiness in the Tomcat class loader? RTFM: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4-b2/RELEAS E-NOTES: -o- ---

Re: Servlet problems

2002-03-27 Thread Guillaume Laforge
I also faced the same problem, and resolved it the same way : moving the jars from WEB-INF/lib to TOMCAT/COMMON/LIB. And AFAIK, the reason for that issue is that since Tomcat 4.0.3, the class loader system has changed and doesn't load libraries like we were used to. It's weird, and it's probl

RE: Servlet problems

2002-03-27 Thread Higgins, James
That works, but can you provide a reason why that works and placing it in webapps/fop/WEB-INF/lib doesn't? Flakiness in the Tomcat class loader? Thanks for the help :) James > -Original Message- > From: Peter Jacobs [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 27, 2002 8:07 AM

RE: Servlet problems

2002-03-27 Thread Peter Jacobs
Maybe it helps if you copy "batik.jar" to "tomcat/common/lib" and restart Peter Jacobs > > Ok, I have been messing with this problem for a day or so now and > can't find > a reasonable solution. > > I am using Tomcat 4.0.3 and FOP 0.20.3. I have deployed the servlet into > the container and co

RE: problems big files xml >1Mo

2002-03-27 Thread Philippe Pithon
I do not manage to set up this after 2 hours of attempt!!! At what level in the code it is necessary to place this paragraph? After this?: < / fo:layout-master-set > -Message d'origine- De : J.Pietschmann [mailto:[EMAIL PROTECTED] Envoye : mardi 26 mars 2002 21:30 A : [EMAIL PROTECTED] O

Re: force-count-page : end on even

2002-03-27 Thread Rodolphe VAGNER
Ok, I understand the idea, and my problem. The next one is where should I insert the static content for this blank page ? In the page sequence (I have only one) ? And if my text is long enought to fill 40 pages there will be no block with my 'id' to count pages, no ? - Original Message -

RE: problems big files xml >1Mo

2002-03-27 Thread Philippe Pithon
Thank you! And so to end :-) By using more of fo:page-sequence I shall have no more problem of crash or slowness? Even if my file xml is 5 Mb? -Message d'origine- De : J.Pietschmann [mailto:[EMAIL PROTECTED] Envoye : mardi 26 mars 2002 21:30 A : [EMAIL PROTECTED] Objet : Re: problems big