AW: page-number

2002-04-11 Thread Henrik Holle
i tried it this way: fo:flow flow-name=xsl-region-body xsl:apply-templates select=data/ fo:block id=lastpage/fo:block !-- IMPORTANT: THIS MUST BE THE LAST THING!!!-- /fo:flow but one of my page-sequences has initial-page-number=1. FOP only count x pages, but my

Logging work: patch for the trunk

2002-04-11 Thread Michael Gratton
Guys, Attached is a patch for the trunk to convert it over to using Avalon Loggers, instead of the Logkit. This is AFAIK the last of the conversion work required. In addition to applying the patch, lib/avalon-framework-cvs-20020315.jar and it's license file will need to be added (a copy

Re[2]: infinity character and PDF

2002-04-11 Thread Jens v. Pilgrim
Hello J.Pietschmann, Wednesday, April 10, 2002, 10:09:36 PM, J.Pietschmann wrote: JP Jens v. Pilgrim wrote: The infinity character (Unicode: #8734; , HTML: infin; ) is rendered correctly by the AWT and Print renderers, but incorrectly by the PDF renderer...(I've got a '#' there). JP Try

[Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Keiron Liddle
I propose that we offer Peter West and Joerg Pietschmann to become committers. Peter has of course shown lots of commitment of the last year+. Joerg is helping a lot with user questions FAQ etc. If they accept then I am sure it will help with the valuable work they are contributing to FOP.

Re: Logging work: patch for the trunk

2002-04-11 Thread Keiron Liddle
Hi Mike, I have committed this patch. Thanks a lot. I think there might be a few classpaths that need updating but they can be fixed when needed. Thanks, Keiron On 2002.04.11 10:55 Michael Gratton wrote: Guys, Attached is a patch for the trunk to convert it over to using Avalon

Bug handling (was: Re: fo:marker broken)

2002-04-11 Thread Keiron Liddle
Bug reporting, fixing and handling is of course important to the process. The main problem is that many of the bugs are being fixed in the development but are not easy or appropriate to fix in the maintanence branch. Having said that we could still do with some better tracking and feedback

Re: Hyphenation patterns for portuguese (with the patterns, this time )

2002-04-11 Thread Keiron Liddle
Thanks for the hyph file. I have committed this to cvs. Is it possible for you to supply an example fo file containing some portuguese text that works with the hyphenation. On 2002.04.09 11:48 Paulo Soares wrote: This hyphenation patterns for portuguese may be of interest for inclusion in

FOP Status

2002-04-11 Thread Keiron Liddle
Fop Status - April 10 The layout process remains the critical path to the further development of properties and elements. Many other areas are getting attention, such as configuration and documentation. Development --- done: understanding docs - Cyril, Peter, Keiron, Karen added

Re: Multithreading FOP ?

2002-04-11 Thread Chaumette, Patrick
Hello, could you precise the degree of threadsafeness ? I read about the problems with the image package, are there other areas ? The possible use of FOP in WebSphere without any servlet is currently my interest. Sure, one could use some pessimistic concurrency implementation like monitor

Re: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Bertrand Delacretaz
On Thursday 11 April 2002 12:16, you wrote: I propose that we offer Peter West and Joerg Pietschmann to become committers. +1 for both! (Although officially a committer I have done nothing concrete yet, so I hope my vote counts ;-) -Bertrand

Re: Multithreading FOP ?

2002-04-11 Thread Jeremias Maerki
could you precise the degree of threadsafeness ? I read about the problems with the image package, are there other areas ? I think that's the worst bug right now. There is another one, but I can't find it anymore. The possible use of FOP in WebSphere without any servlet is currently my

Nested Tables column-widths

2002-04-11 Thread dbrahmandam
Hi, I have been trying to convert html code to xsl:fo with a converter program. In html there are statements like - tr td width=20% colspan=3 class=qdtnl height=18Customer/td td width=30% colspan=3 class=qdtnd height=18: [~Customer~]/td td width=25% class=qdtnl height=18xyz/td

StyledDocument export to FOP

2002-04-11 Thread Cory_Berg
Hi all, Sorry if this has been asked before - I was just wondering if there was any existing implementation out there for exporting javax.swing.text-style element trees (i.e. Default Styled Document etc) into FOP-style XML. Thanks in advance for any thoughts! Cory Berg [EMAIL PROTECTED]

No FOP build with JDK 1.2.2

2002-04-11 Thread Chaumette, Patrick
Hello, i just wanted to build fop 0.20.3 from the fop-0.20.3-src file using JDK 1.2.2. Can't build it since the class org.apache.fop.render.awt.AWTFontMetrics uses Font.TRUETYPE_FONT. This is not part of JDK 1.2.2 but only comes in JDK 1.3.1 and above. Is this already known or not a problem ?

AW: Multithreading FOP ?

2002-04-11 Thread Chaumette, Patrick
Thanks for the infos, also got this from Arnd -- One problem you may run across is that configuration in FOP is help in global objects. Besides not being thread-safe you will not be able to run multiple FOP threads with different configuration settings. If you want to

Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Holger Prause
Hello, i have some questions about the status of the development of the logging class First of all some information about the jars i have in classpath 1 fop.jar from version fop-0.20.3 2 avalon-framework-4.1.2.jar from version Avalon-4.1.2 3 logkit.jar from version LogKit-1.0.1 I am a little

UNIX AND FOP?

2002-04-11 Thread Carlos Daniel Schafer
Hi, I need information the file xsl:fo transformation in UNIX. What's I need by uses XSL:FO in UNIX? Can I do? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: No FOP build with JDK 1.2.2

2002-04-11 Thread Chaumette, Patrick
I finally succeeded building FOP with JDK 1.2.2 by using the versions 1.3 (cvs tag: fop-0_20_3) of the files: AWTFontMetrics FontMetricsMapper FontSetup Greetings, Patrick --- Dipl. Inform. Patrick Chaumette T-Systems ITS GmbH Service Prozesse Retail

Re: Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Jeremias Maerki
The change from LogKit to Avalon Logger has happened after the 0.20.3 release. The documentation on the website already reflects the changes in CVS. There's no release yet with the new logging. You could download the CVS-version, though. snip/ I downloaded the current source

Re: Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Holger Prause
The change from LogKit to Avalon Logger has happened after the 0.20.3 release. The documentation on the website already reflects the changes in CVS. There's no release yet with the new logging. You could download the CVS-version, though. Ok ,thx for this information, but our intranet

RE: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Arved Sandstrom
Absolutely and wholeheartedly +1. -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: April 11, 2002 7:16 AM To: [EMAIL PROTECTED] Subject: [Vote] New committers: Peter West, Joerg Pietschmann? I propose that we offer Peter West and Joerg Pietschmann to become

RE: FOP Status

2002-04-11 Thread Arved Sandstrom
This is still accurate as far as I am concerned, although I have not done much yet. However I have to look at images anyway with respect to my other project so it will definitely happen and happen soon. I am also transitioning my FOP development setup from Linux over to Win2K so I can get more

Re: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Christian Geisert
Keiron Liddle wrote: I propose that we offer Peter West and Joerg Pietschmann to become committers. +1 and while we are at it in addition I would like to propose Jeremias Märki as committer (I'll send an extra mail) Christian

fo:leader issue

2002-04-11 Thread Eduardos
Hi All, I am building the table-of-contents for a pdf document using fop-0.20.3, XSL, and XML. Each row of the TOC has to be in the following format: ^[--- column 1 ][-- col 2 --]$ ^[title]:[subtitle].[author][page number]$ ^ - start of line $ - end of

Re: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Peter B. West
Keiron, I await the result of the vote, but I am grateful for the nomination, and would be happy to accept. Let me say that anyone who has monitored the Mulberry XSL list over the last 18 months will be aware of just how prolific, knowledgeable and innovative Joerg is in this area. Peter

Re: AW: Multithreading FOP ?

2002-04-11 Thread Peter B. West
Please excuse my ignorance of these issues, but what mechanisms would folks expect to use to set per-invocation configurations for FOP? Peter Chaumette, Patrick wrote: Thanks for the infos, also got this from Arnd -- One problem you may run across is that configuration in