Hello everybody, Does somebody understand why the cell which contains "periode du" overrides other cells in the same line? Thanks, Xavier <?xml version="1.0"...
... AFAIK, ... If I read the documentation correctly, Batik does require FOP if you want to transcode to PDF. ... Batik 1.1. See above. It appears to me that...
... You can do this by using the XSLT processing to tokenize the numbers and insert newlines (or maybe just do a translate to turn the space characters into...
Thanks for the thoughts .. I am using FOP which doesn't support the writing-mode property yet .. I will give the translate a shot .. ... From: W. Eliot Kimber...
Hello, Yes Roland I m sure that your solution works. Thank you. However I have to change content of the last cell of the line before. But this code is...
I need some help ... FOP - tables - column-width I have a table with 25 columns of data. Each column contains ONE single character of data to output. If I set...
Hi, I have a page that is dynamically populated with the data. It has a header(region-before), body(region-body) and a footer(region-after). The body has a...
Does anyone know if cell-padding is defaulted for table-columns in FO? And if so, how can you get rid of it ? .. [Non-text portions of this message have been...
Hi all, I'm having a problem trying to indent a table or even right justifying it. I have used just about every attribute I can think of using to try and fix...
... Padding has a default value of "0pt". If there was a default, you would get rid of it by specifying an explicit padding value of "0pt". Cheers, E. -- W....
Thanks Eliot ... Here is a test that I am running and can't figure out why a column width of ".25in" is too small to hold a single character. Here is the...
... Your sample works fine in XSL Formatter, assuming a font size of 12pt (you didn't say what the font size is). Could be a bug in FOP's table processing. You...
... And zero start-indent specified explicitely on all table-cells or table-rows to stop this 0.5in from being inherited to blocks inside cells. David Tolpin...
David Tolpin
dvd@...
Apr 2, 2003 9:37 pm
3222
Hi, ... <fo:table-body> is a good place to reset indents. Deshevo i serdito. Regards, Nikolai Grigoriev RenderX...
Nikolai Grigoriev
grig@...
Apr 2, 2003 10:29 pm
3223
Xavier, ... I'm confused now. You sent a .xsl file, not the .fo. XSL is what automatically generates FO from your XML. If you're using some tool to generate...
Roland Neilands
rneilands@...
Apr 2, 2003 10:33 pm
3224
... You can specify the start-indent on fo:table-body--you shouldn't have to do it on each row or cell. Cheers, E. -- W. Eliot Kimber, eliot@... ...
Hi, I had build framemaker tempates (.fm)in Unix. Now i had moved the framemaker templates to windows xp. The framemaker templates is used with xsl-fo to...
This question is pretty self-explanatory if you take a quick peek at the output of this XSL-FO. Basically, I can't get a nested block with padding to stop from...
Hi all, I made some tries with to render an XML file into PDF. My XML file include SVG. * FOP It seems that FOP doesn't understand absolute-position. FOP...
Pascal Marcou
pmarcou@...
Apr 3, 2003 7:24 am
3229
I've tried to obtain a RTF file from a .fo file using JFOR (by parsing an xml with an xsl and then compiling the result). My problem is that the last version...
Hi, I'm doing some invoice style reports. At the moment if I run it for a number of accounts I have a "Page # of #" in the header which counts all the pages in...
... That's usual newbie mistake when working with XSLT. XSLT doesn't produce tags, but nodes and there is no half-a-node. As it's pure XSLT question, you'd...
Hi All Has anyone come across any size limitations for producing PDF's through FOP? I have an application for a rather specialised wallplanner which would have...