RE: Current date integration

2002-05-02 Thread Sandrine Pilon
Hi Oleg J.Pietschmann, Sandrine Pilon wrote: OK ! But a problem persists. when I compile with FOP, It returns me errors about the line: 'exclude-result-prefixes=user' in stylesheet and I don't understand why. What is the error message ? Here is the result when I compiled with FOP:

Re: FOP memory consumption

2002-05-02 Thread Keiron Liddle
On 2002.05.01 16:34 Bernd Brandstetter wrote: So, I have two questions/suggestions: 1) Wouldn't it be possible to let FOP create the output in two steps like for instance (La)TeX does. Doing a dry run first only to calculate the page references, store them somewhere, and then produce the actual

Page Sequencing to conserve memory

2002-05-02 Thread John Bourke
I'm pretty new to XSL-FO and FOP and having problems with serious memory usage on 500-1000 page docuements using tables as a reporting tool. Being that I populate the data into the page sequence from my XML data file, does anybody know of a way to end the page sequence after a screen full of data

Re: Current date integration

2002-05-02 Thread Oleg Tkachenko
Sandrine Pilon wrote: ** [INFO]: FOP 0.20.3 file:///D:/Program Files/FOP/fop-0.20.3/MCCFdConfig_FO_2.xsl; Line 7; Column 40; [ERROR]: null ** and the line 7 is this:

Re: [ERROR]: Don't know what to do with

2002-05-02 Thread jens
I had the same error message since I use fop 0.20.2 and later fop 0.20.3, but I had no problems with fop 0.20.1 and earlier versions. I don't know what EXACTLY is the problem but the problem solved itself after I changed my OS from Windows ME to Windows 2000 (using the SAME UNMODIFIED fop

Re: [ERROR]: Don't know what to do with

2002-05-02 Thread L'eau
I'm glad I'm not the only one with this problem. Interesting you noticed a problem when using it on Windows ME (i'm using that OS myself). I just found Fop 0.20.1 works exactly as expected, but Fop 0.20.3 still gives me that strange error. I'm not sure how the OS could possibly affect a java

Re: Current date integration

2002-05-02 Thread Oleg Tkachenko
hmmm, well, with version attribute the transformation works fine with saxon and xalan, but it produces no fo elements, how do you use it with fop? Sandrine Pilon wrote: Version 1.0 stylesheet is included but it's a copy/paste problem . Also fo element are included but I wanted to be concise. I

Re: [ERROR]: Don't know what to do with

2002-05-02 Thread Christian Geisert
L'eau wrote: Ok, so I had the time to download an old FOP version, and was glad to see it had a jimi-1.0.jar in it! It works to a degree. I did this: C:\xsl\buildFop list.fo list.pdf Now I get the following error message now: [ERROR]: Don't know what to do with .and that's it. It doesn't even

OutOfMemory - What worked for me.

2002-05-02 Thread John Bourke
Hi guys, I had been having the memory issue over the last number of days. My fix that has worked and probably been posted before was to split up the pages of my file using a correct implementation of page sequences. Previously I had been pumping all data into one page sequence and breaking it

Re: [ERROR]: Don't know what to do with

2002-05-02 Thread Jens Khnberger
did you try C:\xsl\buildFop -fo list.fo -pdf list.pdf ? Christian Geisert wrote: L'eau wrote: Ok, so I had the time to download an old FOP version, and was glad to see it had a jimi-1.0.jar in it! It works to a degree. I did this: C:\xsl\buildFop list.fo list.pdf Now I get the following error

Re: I get a mysterious NoClassDefFoundError

2002-05-02 Thread Jeff_Mitchell
Devon- Check J.Pietschmann's reply to your problem. He explains why your original command wasn't working, and why Jimi isn't included in the FOP download. I believe you can just download Jimi from the Sun site if you want it, but I've been running with the batch file as is, with no problems.

Re: Memory consumption with large images in FOP

2002-05-02 Thread Jeff_Mitchell
J.Pietschmann- Thanks for your help. I think I may be running out of memory when viewing the PDF. I'll do some playing around on my end, but your explanations should help a lot. Thanks again, -Jeff

RE: OutOfMemory - What worked for me.

2002-05-02 Thread Savino, Matt C
This is great if you have logical page breaks. Only one of our reports has any logical page breaks however. So I can insert new page-sequences every 1000 rows or so. But unless I start counting rows and trying to guess at when a cell wraps, I have no way of preventing page breaks that leave

Re: Basic-link problem in JSPs

2002-05-02 Thread J.Pietschmann
Ralf Steppacher wrote: Are you, by any chance, using disable-output-escaping somewhere? Yes, but somewhere else in the stylesheet producing the fo document. It doesn't matter where. Do not use d-o-e if you expect your style sheet to work with short-circuit XSLT processor applications. XSLT doesn't

Re: [ERROR]: Don't know what to do with

2002-05-02 Thread J.Pietschmann
Christian Geisert wrote: You could try fop list.fo list.pdf (with quotes) Not a very good idea on Win95/98/ME (or any other system), it searches for a command file fop list.fo list.pdf.exe (with spaces) On Win95/98/ME, the command processor feeds the whole command line in one piece to the

Re: Trying to resolve memory exception through correct use of pag e se quencing

2002-05-02 Thread J.Pietschmann
John Bourke wrote: J. below is my layout-master-set followed by the way I start the page sequence for my repeatable page. fo:page-sequence-master master-name=reportDetails fo:repeatable-page-master-alternatives fo:conditional-page-master-reference master-name=detailPage

Re: Page Sequencing to conserve memory

2002-05-02 Thread J.Pietschmann
John Bourke wrote: I'm pretty new to XSL-FO and FOP and having problems with serious memory usage on 500-1000 page docuements using tables as a reporting tool. Being that I populate the data into the page sequence from my XML data file, does anybody know of a way to end the page sequence after a

Re: Setting a maximum number of charcaters in a line

2002-05-02 Thread J.Pietschmann
Stéphane REYNIER wrote: Is there any solution for setting a maximum number of charcaters whitin a line ? I have to built two areas with 4 lines of 80 charcaters each, in a PDF document. You can't set a maximum for the number of characters in a line. You should already generate fo:block