Re: puzzling FOP behaviour with filenames and breaking over lines

2003-10-21 Thread Glen Mazza
--- Robert P. J. Day [EMAIL PROTECTED] wrote: On Mon, 20 Oct 2003, J.Pietschmann wrote: Robert P. J. Day wrote: is this a known problem? is there a fix for it? I can't confirm it, but surely there is *no* fix. so what do you mean by saying that there is surely no fix? rday

Re: PDFTranscoder configuration and CVS branches

2003-10-21 Thread Glen Mazza
Petar, Very simple--for Transcoder work stay away from 0.20.5 version (and Alt-Design)--just our 1.0 version is currently being maintained, and is most up-to-date. As for fonts, I'm not up to speed with them yet, hopefully another committer can help you out there. You seem to understand the code

[ERROR] leader sizes wrong error message ???

2003-10-21 Thread Dang Minh Phuong
hi all, when I generate my pdf using FOP 0.20.5rc2, I always have this error message even though my pdf is generated correctly. What is going on with my code and how to avoid this error message. Thanks in advance. - To

xsl in WAR

2003-10-21 Thread laurent.delrue
Hi, I read about how retrieving images in WAR files. But how to access xsl-files located in WAR files. My xsl-fo file includes another xsl file: xsl:include href=common.xsl/ However, while running the web-application, I get a java.io.FileNotFoundException: C:\jboss-3.0.4\bin\common.xsl I

stop a for-each looping ???

2003-10-21 Thread Dang Minh Phuong
Hi all, I use for-each to loop through all nodes and test the value. If the condition is true, I'd like to stop the loop. How can I do that. Could you help me to suggest ideas??? Thanks - To unsubscribe, e-mail: [EMAIL

Indenting of tables

2003-10-21 Thread Niklas Koponen
Hi! I'm using fop version 0.20.5. I'm trying to indent a table. The problem is that the contents of the table cells are indented but not the borders. Im using the attribute margin-left. I've tried wrapping the table inside a block and giving the attribute to the block. I've also tried giving the

Re: [ERROR] leader sizes wrong error message ???

2003-10-21 Thread Chris Bowditch
From: Dang Minh Phuong [EMAIL PROTECTED] hi all, when I generate my pdf using FOP 0.20.5rc2, I always have this error message even though my pdf is generated correctly. What is going on with my code and how to avoid this error message. FOP 0.20.5rc2 had a few bugs which were fixed in the

Re: Indenting of tables

2003-10-21 Thread Chris Bowditch
From: Niklas Koponen [EMAIL PROTECTED] Hi! I'm using fop version 0.20.5. I'm trying to indent a table. The problem is that the contents of the table cells are indented but not the borders. Im using the attribute margin-left. I've tried wrapping the table inside a block and giving the attribute to

Re: xsl in WAR

2003-10-21 Thread Wouter de Vaal
Hi, I read about how retrieving images in WAR files. But how to access xsl-files located in WAR files. My xsl-fo file includes another xsl file: xsl:include href=common.xsl/ However, while running the web-application, I get a java.io.FileNotFoundException: C:\jboss-3.0.4\bin\common.xsl

RE: stop a for-each looping ???

2003-10-21 Thread Andreas L. Delmelle
-Original Message- From: Dang Minh Phuong [mailto:[EMAIL PROTECTED] I use for-each to loop through all nodes and test the value. If the condition is true, I'd like to stop the loop. How can I do that. Could you help me to suggest ideas??? Thanks A break-statement like in Java? I

RE: xsl in WAR

2003-10-21 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I read about how retrieving images in WAR files. But how to access xsl-files located in WAR files. My xsl-fo file includes another xsl file: xsl:include href=common.xsl/ I think this should be no problem if the

Entity error question

2003-10-21 Thread Tom Plassman
I'm suddenly getting this error on a fop process that has been running for several months without problems: [ERROR] The reference to entity F must end with the ';' delimiter. Can someone tell how I identify entity F. This is fop 0.20.4 Thanks Tom Plassman Worthington Schools

RE: stop a for-each looping ???

2003-10-21 Thread Glen Mazza
Let's be careful to move XSLT questions to the Mulberry list and archives--we have a link to it on the Resources page, also a Google search will find it. This ML will become overwhelmed--like Mulberry!-- should we start answering XSLT questions here. Glen --- Andreas L. Delmelle [EMAIL

Regarding special characters 10/21

2003-10-21 Thread Jignesh-NX01880 Kapadia
Hi, I am posting this question again . I am explaining in detail whats happening we have an input xml file which has encoding of ISO-8859-1. They are coming from some other application. at some places they have some text with special french characters like as follows. 1) Pneu dA'hiver conA§u

RE: stop a for-each looping ???

2003-10-21 Thread Andreas L. Delmelle
-Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] Let's be careful to move XSLT questions to the Mulberry list and archives--we have a link to it on the Resources page, also a Google search will find it. Yer right, laddy :) That's why I decided to keep it concise for

Re: puzzling FOP behaviour with filenames and breaking over lines

2003-10-21 Thread J.Pietschmann
Glen Mazza wrote: first--but I'm sure Joerg meant no fix (i.e. patch) had been submitted yet--not that it can't be fixed! Well, I meant nothing had changed, and the problem hadn't been investigated. In any case, have alook at the code (in LineArea.java), it is an utter mess. I don't think

Re: Regarding special characters

2003-10-21 Thread J.Pietschmann
Jignesh-NX01880 Kapadia wrote: I did post one question on special character this afternoon. This was regarding # sign appearing in the PDF transformation output. can anybody reply to that question. Have a look at the FAQ: http://xml.apache.org/fop/faq.html#pdf-characters J.Pietschmann

Re: xsl in WAR

2003-10-21 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I read about how retrieving images in WAR files. But how to access xsl-files located in WAR files. My xsl-fo file includes another xsl file: xsl:include href=common.xsl/ However, while running the web-application, I get a java.io.FileNotFoundException:

Re: stop a for-each looping ???

2003-10-21 Thread J.Pietschmann
Dang Minh Phuong wrote: I use for-each to loop through all nodes and test the value. If the condition is true, I'd like to stop the loop. A xsl:for-each is *not* a loop in the sense this stuff is handled in JavaScript or other procedural languages. It is best thought as executing the body in

Re: Indenting of tables

2003-10-21 Thread J.Pietschmann
Chris Bowditch wrote: The only way to shift the whole table in FOP is to nest your table inside a blind table with two columns. Well, the other way is to add an invisible column to the table itself. I found one message http://sources.redhat.com/ml/docbook-apps/2003-q3/msg00070.html that stated

Re: Entity error question

2003-10-21 Thread J.Pietschmann
Tom Plassman wrote: I'm suddenly getting this error on a fop process that has been running for several months without problems: [ERROR] The reference to entity F must end with the ';' delimiter. I suspect you generate the FO source using string concatenation, and an unescaped ampersand slipped

Re[2]: Regarding special characters

2003-10-21 Thread Jignesh-NX01880 Kapadia
I looked at it but I am not able to fine glyph for accute accent character. Do you know which family has that? Reply Separator Subject:Re: Regarding special characters Author: [EMAIL PROTECTED] Date: 10/21/2003 4:09 PM Jignesh-NX01880 Kapadia

Re: xsl in WAR

2003-10-21 Thread Laurent
Thx to all that replied, for the help supplied. Regards, Laurent. ---Original Message--- From: [EMAIL PROTECTED] Date: Tuesday, October 21, 2003 10:16:09 PM To: [EMAIL PROTECTED] Subject: Re: xsl in WAR The XSLT is processed by Xalan, not FOP. You'll have to use a