Compile error with FOP

2002-05-16 Thread GALLO Jean-Claude
Hy Keiron. I suppose you have an SCM problem with Batik class. The actual release delivered with FOP last build xml-fop_20020516103601.tar.gz As you wrote PDFGraphics2D.java, I send you that mail. As I'm not very graphics today, I just wrote this empty method public VolatileImage

RE: Getting number of rendered pages

2001-07-30 Thread GALLO Jean-Claude
Erik try java-extensions. This help you to write external Java classes directly callable from your XSL transformation rules. a simple exmaple : xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version=1.0 xmlns:fo=http://www.w3.org/1999/XSL/Format;

keep-with-*

2001-07-30 Thread GALLO Jean-Claude
I am testing keep-with-next, keep-together, keep-with-previous. I'm using them with fo:block, but it seems they don't work. Nothing appear in the limitations page or the features page (except keep-with-next highlighted by (broken)). IMHO they don't work, but AMI true ? Thanks

RE: Marker issue

2001-07-27 Thread GALLO Jean-Claude
Quoting GALLO Jean-Claude [EMAIL PROTECTED]: I do some change in RetrieveMarker code, the first page condition was forgotten. The RetrieveMarker.layout method calls RetreiveMarker.locatePrevioussPage which can retrun a nul value when the page is the first one. I just put a test inside

Unexpected footnote behavior, perhaps more general

2001-07-26 Thread GALLO Jean-Claude
Hy dear fop-dev men. I was testing footnotes with Fop 0.19.0 (last CVS update on Monday morning). My test contain a list of numbered footnotes. Here is the XSL I used, and I want to display note in superscript font. fo:footnote fo:inline font-weight=bold font-size=6pt vertical-align=super

Marker issue

2001-07-26 Thread GALLO Jean-Claude
Does Marker and Retrieve-Marker work or not. Reading the source code, I suppose I am able to define markers, but I get a Null exception when Retrieve-Marker try to get markers. It seems to me that the Page object don't return the true Vector struct used to store markers. The one returned is

CVS pb, missing classes

2001-07-26 Thread GALLO Jean-Claude
I downloaded today CVS updates and now errors occurs during rebuild. After is the beginning of the error messages . compile: [echo] Compiling the sources [javac] Compiling 772 source files to /home/jcg/Fop-0.19.0-CVS-2507/build/classes [javac]

Problem with breaks

2001-06-25 Thread GALLO Jean-Claude
I wrote a page with a block element and surprisingly, the block is broken over 2 pages. But the block contains a title displayed on the first page, and the body displayed on the second one. If I run Fop version .18, the title and the contain remains togeter on the second page, with .19, they

RE: A line in white

2001-06-20 Thread GALLO Jean-Claude
Did you try fo:block/ -Message d'origine- De: Braniganz [mailto:[EMAIL PROTECTED]] Date: 20 June 2000 11:32 À: fop-dev Objet: A line in white Hi, I would to know what is the tag that it does what br does in HTML, go to the next line. Thanks

RE: hyperlink

2001-06-20 Thread GALLO Jean-Claude
try link xsl:variable name=URL ... compute the mail address ... /xsl:variable fo:basic-link external-destination=mailto:{$URL}; ... compute the visible text of the link /fo:basic-link bye -Message d'origine- De: Frédéric Jacquet [mailto:[EMAIL PROTECTED]] Date: 19 June 2001 22:29