infinite loop

2003-10-30 Thread Johannes Stuermer
I am processing a large number of xsl-fo files with embedded FOP. 95% render perfectly to PDF, but the rest causes FOP to go into an infinite loop. (FOP continues to output INFO messages with numbers, but without a description) After looking at the xsl-fo files I can't find any significant

RE: Problem with gif images within war files

2003-10-30 Thread Damir Todorovac
I don't agree with you. The url is absolutely correct. Read rfc 1738 http://www.w3.org/Addressing/rfc1738.txt Fact is, that the loadImage() method of org.apache.fop.image.GifImage does not work with Weblogic when gif images reside within war files. The problem is url.getContent() which throws a

Re: infinite loop

2003-10-30 Thread Chris Bowditch
From: Johannes Stuermer [EMAIL PROTECTED] I am processing a large number of xsl-fo files with embedded FOP. 95% render perfectly to PDF, but the rest causes FOP to go into an infinite loop. (FOP continues to output INFO messages with numbers, but without a description) After looking at the

reference a svg definition inside a .fo file

2003-10-30 Thread Christoph Brunner
Hi fop user, i define a svg graphic in my .fo file with the following code: fo:block fo:instream-foreign-object svg:svg width=21.182cm height=29.700cm xmlns:svg=http://www.w3.org/2000/svg; svg:rect x=0.90cm y=0.780cm width=8.050cm height=0.400cm fill=#FF stroke=#FF stroke-width=0.5px/

Hyphenate and wrap problem - help!

2003-10-30 Thread Kuba Królikowski
Hello! Please, look at file in attachement and try to render it to pdf for example with FOP. I want the cells in the second column code to be printed in multilines. I put hyphnate option on, but it isn't works as I wish - the text is hyphenating on '-' and '/' chars. I just want to wrap up

premature page break inside text after table (with headers)

2003-10-30 Thread Mike Trotman
Hi. This is hard to provide a short example of (but easier to describe). Example FO + PDFs are at http://www.datalucid.com/queries/XSLFO/text-after-table-overflow/. (I don't necessarily expect anyone to read through the FO - the PDFs are just to make the example clear to see.) I have a problem

Re: reference a svg definition inside a .fo file

2003-10-30 Thread Chris Bowditch
From: Christoph Brunner [EMAIL PROTECTED] snip/ Now i want to use this svg graphic on several places. Is it possible to reference the svg definition any time in the .fo file, without using fo:external-graphic? I want to define the graphic in the .fo file and not outside! I believe it is possible

Re: Hyphenate and wrap problem - help!

2003-10-30 Thread Chris Bowditch
From: Kuba Królikowski [EMAIL PROTECTED] Hello! Please, look at file in attachement and try to render it to pdf for example with FOP. I want the cells in the second column code to be printed in multilines. I put hyphnate option on, but it isn't works as I wish - the text is hyphenating on '-'

Re: Hyphenate and wrap problem - help!

2003-10-30 Thread Kuba Krlikowski
Thanks. Well, in my opinion this post in FAQ is not about exactly the same problem. My problem is: how to wrap text in cell - I think it could be kind of simplified hyphenation. Kuba Krlikowski Dnia 2003-10-30 17:10, Uytkownik Chris Bowditch napisa: From: Kuba Krlikowski [EMAIL PROTECTED]

Problems with SVG

2003-10-30 Thread Michael Bräuer
Hi, I'm a Newbie in using FOP. I wrote some simple XSL-FO Files and created some nice PDFs. Now I want to embed a SVG in the XSL-FO file. My XSL-FO: fo:instream-foreign-object svg width=150 height=150 xmlns=http://www.w3.org/2000/svg; polygon points=10,10 50,50 100,10

Re: premature page break inside text after table (with headers)

2003-10-30 Thread Mike Trotman
I've done some further experiments and the problem described below goes away if I don't define the footnote in the table header. (which is not a solution as I need that footnote.) So - my guess is that FOP is getting confused and reserving space for the header as well as the footnote (or

RE: Problem with gif images within war files

2003-10-30 Thread Andreas L. Delmelle
-Original Message- From: Damir Todorovac [mailto:[EMAIL PROTECTED] I don't agree with you. The url is absolutely correct. Read rfc 1738 http://www.w3.org/Addressing/rfc1738.txt Your objection is duly noted --but doesn't change the fact that the mentioned RFC *NOWHERE* states that

RE: Problems with SVG

2003-10-30 Thread George Yi
Since you use jdk1.4, I have to ask: have you recompile FOP using jdk1.4? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 11:19 AM To: [EMAIL PROTECTED] Subject: RE: Problems with SVG FOP uses Batik to render SVG. It is strongly

Re: premature page break inside text after table (with headers)

2003-10-30 Thread Mike Trotman
Further testing with FOP on the problem below reveals: - Surprisingly space left on page (when premature break occurs) seems to be almost constant - not affected by height of table-headers. (=~ 7cm to end of egion-after - height of footnote=1.5cm, height of region-after=0.5cm) This has got

Re: Problems with SVG

2003-10-30 Thread Michael Bräuer
George Yi wrote: Since you use jdk1.4, I have to ask: have you recompile FOP using jdk1.4? No. I use the WIN32 binary. mathieu fretiere wrote: FOP uses Batik to render SVG. It is strongly recommended that you use the batik version that is bundled with FOP (the jar is batik.jar). I use the

html class attribute like

2003-10-30 Thread Bruno Sanz Marino
Hi I´m writing some kind of xsl templates to write fo files from html and i have some dudes with the css stylesheets. Can a Use some kind of template like the css class attribute to define some styles for blocks and inline text? Thank you in advance Bruno NUEVO TISCALI ADSL ON ¡Navega desde

RE: html class attribute like

2003-10-30 Thread Andreas L. Delmelle
-Original Message- From: Bruno Sanz Marino [mailto:[EMAIL PROTECTED] I´m writing some kind of xsl templates to write fo files from html and i have some dudes with the css stylesheets. Can a Use some kind of template like the css class attribute to define some styles for blocks and

Re: infinite loop

2003-10-30 Thread J.Pietschmann
Johannes Stuermer wrote: I am processing a large number of xsl-fo files with embedded FOP. 95% render perfectly to PDF, but the rest causes FOP to go into an infinite loop. (FOP continues to output INFO messages with numbers, but without a description) After looking at the xsl-fo files I can't

Re: reference a svg definition inside a .fo file

2003-10-30 Thread J.Pietschmann
Christoph Brunner wrote: Now i want to use this svg graphic on several places. Is it possible to reference the svg definition any time in the .fo file, without using fo:external-graphic? There are no references within the FO doc itself. Another possiblity to get multiple copies from a master in an

Re: Hyphenate and wrap problem - help!

2003-10-30 Thread J.Pietschmann
Kuba Krlikowski wrote: Thanks. Well, in my opinion this post in FAQ is not about exactly the same problem. My problem is: how to wrap text in cell - I think it could be kind of simplified hyphenation. According to the spec the algorithm for line breaking is left to the processor, you'll just

Re: premature page break inside text after table (with headers)

2003-10-30 Thread J.Pietschmann
Mike Trotman wrote: Example FO + PDFs are at Can't be bothered to look, but are you using footnotes? The footnote space is actually allocated twice (chances to fix this are low, because of a severly screwed desigen). J.Pietschmann

Re: html class attribute like

2003-10-30 Thread J.Pietschmann
Andreas L. Delmelle wrote: Yup! ( a little off-topic for the list, but here's a starter... ) Even better, there is an obscure feature called xsl:attribute-set xsl:attribute-set name=note-style xsl:attribute name=font-styleitalic/xsl:attribute xsl:attribute