Search the web
Sign In
New User? Sign Up
XSL-FO · discussion of XSL Formatting Objects
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3204 - 3233 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3204
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"...
Xavier Robert
xavier_rober...
Offline Send Email
Apr 1, 2003
10:34 am
3205
... 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...
barnninny
Offline Send Email
Apr 1, 2003
2:18 pm
3206
Has anyone experienced the following issue ... bear with me on the explanation ... The FO output I am rendering output that produces the following ...
Hallman, Chuck (NIH/N...
hallmanchuck
Offline Send Email
Apr 1, 2003
8:50 pm
3207
... 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...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 1, 2003
9:09 pm
3208
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...
Hallman, Chuck (NIH/N...
hallmanchuck
Offline Send Email
Apr 1, 2003
9:24 pm
3209
Xavier, ... Why the nested blocks? ... Isn't this the same? <fo:table-cell display-align="center"> <fo:block font-family="Arial,Helvetica, sans-serif"...
Roland Neilands
rneilands@...
Send Email
Apr 1, 2003
10:47 pm
3210
Chuck, ... http://xml.apache.org/fop/faq.html#OutOfMemoryException Cheers, Roland...
Roland Neilands
rneilands@...
Send Email
Apr 1, 2003
10:56 pm
3211
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...
Xavier Robert
xavier_rober...
Offline Send Email
Apr 2, 2003
7:43 am
3212
Thanks Roland.. ... From: Roland Neilands [mailto:rneilands@...] Sent: Tuesday, April 01, 2003 5:57 PM To: XSL-FO@yahoogroups.com Subject: RE:...
Hallman, Chuck (NIH/N...
hallmanchuck
Offline Send Email
Apr 2, 2003
1:36 pm
3213
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...
Hallman, Chuck (NIH/N...
hallmanchuck
Offline Send Email
Apr 2, 2003
5:29 pm
3214
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...
Praveen Sam
sampraveen
Offline Send Email
Apr 2, 2003
7:18 pm
3215
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...
Hallman, Chuck (NIH/N...
hallmanchuck
Offline Send Email
Apr 2, 2003
7:58 pm
3216
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...
slaughter222000
Offline Send Email
Apr 2, 2003
8:06 pm
3217
<fo:block> <fo:table table-layout="fixed" start-indent=".5in"> <fo:table-column column-number="1" column-width=".25in"/> <fo:table-column column-number="2"...
Hallman, Chuck (NIH/N...
hallmanchuck
Offline Send Email
Apr 2, 2003
8:10 pm
3218
... 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....
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 2, 2003
8:56 pm
3219
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...
Hallman, Chuck (NIH/N...
hallmanchuck
Offline Send Email
Apr 2, 2003
9:02 pm
3220
... 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...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 2, 2003
9:18 pm
3221
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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@... ...
W. Eliot Kimber
drmacro
Online Now Send Email
Apr 2, 2003
10:35 pm
3225
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...
johnvictor1972
Offline Send Email
Apr 3, 2003
12:04 am
3226
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...
analogue
Offline Send Email
Apr 3, 2003
5:35 am
3227
I have a structure like this: <fo:block> <fo:table ... ..... <xsl:for-each ... .... (fo:table-row...) <xsl:if ... ... (fo:table-cell...) </xsl:if> ... ...
Daniel
danieldas_ro
Offline Send Email
Apr 3, 2003
7:09 am
3228
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@...
Send Email
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...
Daniel
danieldas_ro
Offline Send Email
Apr 3, 2003
7:30 am
3230
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...
Adrian Smyth
adysie
Offline Send Email
Apr 3, 2003
9:19 am
3231
... 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...
Oleg Tkachenko
olegtk
Offline Send Email
Apr 3, 2003
9:24 am
3232
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...
Matthew Smith
prisoner39013
Offline Send Email
Apr 3, 2003
9:40 am
3233
... Create a separate page-sequence for each account. Each page-sequence has its own page numbering ...
Chris Bowditch
bowditch_chris@...
Send Email
Apr 3, 2003
10:36 am
Messages 3204 - 3233 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help