Is it possible for a table cell to span multiple columns? Thanks, Brian...
166
LEvensen@...
Feb 1, 2001 5:27 pm
the W3C XSL specification refers to cells spanning, to quote: For an fo:table-column the "n-columns-spanned" property specifies the number of columns spanned...
167
Pouliot, Brian R.
brpouliot@...
Feb 1, 2001 6:05 pm
It looks like "n-columns-spanned" is defining how many columns inherit the PROPERTIES of the fo:table-column element. I need an attribute in fo:table-cell to...
168
Pouliot, Brian R.
brpouliot@...
Feb 1, 2001 6:35 pm
I'm now getting the content to overflow. However, it is drawing over the xsl-region-after area. My xsl-region-body has a top border equal to the extent of...
169
LEvensen@...
Feb 1, 2001 6:41 pm
Right, but when you say 'how many columns the cell takes up', do you mean the area in the cell (i.e., block(s) or 'children'of the cell) -because then, I am...
170
Pouliot, Brian R.
brpouliot@...
Feb 1, 2001 7:06 pm
How do I get my tables to stay together on the same page?...
171
LEvensen@...
Feb 1, 2001 7:19 pm
There's a nice picture on this page: http://www.ibiblio.org/xml/books/bible/updates/15.html#Page that may help illuminate your problem, as well as this note: ...
172
Pouliot, Brian R.
brpouliot@...
Feb 1, 2001 8:15 pm
Right. According to that picture, setting the margin-bottom of the region-body equal to the extent of the region-after should do the trick. I was able to get...
173
Nikolai Grigoriev
grig@...
Feb 1, 2001 10:44 pm
... <fo:table keep-together.within-page="always"> ..... </fo:table> You can also apply this to single rows or table-bodies (that serve as rowgroups). However,...
174
Nikolai Grigoriev
grig@...
Feb 1, 2001 10:45 pm
... The property is spelled "number-columns-spanned". ... They should. I dare suggest you to look at http://www.renderx.com/testcases.html - there are some...
175
Rabi Shanker
rabisp@...
Feb 2, 2001 2:36 pm
hi, could anyone suggest some good books on fo. thanx Rabi _________________________________________________________________________ Get Your Private, Free...
176
John E. Simpson
simpson@...
Feb 2, 2001 3:05 pm
... Well, my own "Just XSL" (half on XSLT, half on XSL-FO) unfortunately won't be out for a few months, otherwise I'd recommend it. :) In the meantime, I ...
177
Pouliot, Brian R.
brpouliot@...
Feb 2, 2001 3:24 pm
Thanks. I tried it.....FOP doesn't support it. You have to explicity set the column size. Oh well, Brian ... From: Nikolai Grigoriev...
178
Pouliot, Brian R.
brpouliot@...
Feb 2, 2001 3:33 pm
Ok. Here's what I have: <fo:block background-color="#C0C0C0" keep-with-next="true" text-align="start" top="0cm" line-height="12pt" font-family="Helvetica" ...
179
Diahron Grismore
diahron@...
Feb 2, 2001 5:39 pm
For the time being I have only found decent XSL-FO information from the XML Bible, although there are certainly other books available. Harold is in the process...
180
Nikolai Grigoriev
grig@...
Feb 2, 2001 10:49 pm
Brian, ... Should be: keep-with-next.within-page="always". Keep properties have three components (.within-line, .within-column, .within-page) that may assume...
181
Pouliot, Brian R.
brpouliot@...
Feb 2, 2001 10:59 pm
Thanks. I'm pretty sure FOP doesn't support this functionality. :( Do you know if there is a way to find out what your current position (y-coordinate) is? ...
182
Nikolai Grigoriev
grig@...
Feb 2, 2001 11:06 pm
Hi Brian, ... No, I don't know of anything like this. And it appears to me that there's nothing similar in the spec. But why do you need it? Regards, Nikolai...
183
Pouliot, Brian R.
brpouliot@...
Feb 5, 2001 2:39 pm
Since FOP doesn't support table cells spanning multiple columns either, I need a way to keep my table headers (just an fo:block) on the same page as my...
184
AndrewWatt2001@...
Feb 6, 2001 9:35 am
I apologise if the answer to that question is obvious to everybody but me, but on several occasions I have wondered why Formatting "Objects" rather than, for...
185
John E. Simpson
simpson@...
Feb 6, 2001 1:51 pm
... Well, I don't have any inside information, other than what I could get from having subscribed to XSL-List from early 1998 on. But the first WD ...
186
Bishen Beepath
bishenk@...
Feb 6, 2001 4:53 pm
How do I use "column-width" to set the width of columns in a table? Can anyone give me an example? Also I am trying to center graphics and tables on a page. I...
... In the XSL spec, all the border properties are marked as NOT to be inherited, so how can this work? and how could border properties be attached to column...
189
Pouliot, Brian R.
brpouliot@...
Feb 6, 2001 5:31 pm
Your probably right. The border property code in table-column may be redundant. This is the only border code I use in the table: <fo:table-cell...
190
LEvensen@...
Feb 6, 2001 5:49 pm
I have used the border property only at the cell level as well, and it works ... From: Pouliot, Brian R. [mailto:brpouliot@...] Sent: Tuesday, February...
191
rabi shanker
rabis@...
Feb 7, 2001 12:57 pm
hi, caoud any one help me on how we can make the block container relative to the container above it? like we have two container and according to the size of...
192
ronald heller
ronald@...
Feb 8, 2001 9:59 am
Can any of you supply me with some info about alignment? what I actually want is something like: 100.000,00 30.000,9 1 So I want to align several numbers on a...
193
Bryan Rasmussen
bry@...
Feb 8, 2001 10:54 am
I have no idea either, I think it should just be foml, cause these aren't style sheets of any sort. At least I have yet to apply them to another document. ... ...
194
Bryan Rasmussen
bry@...
Feb 8, 2001 2:25 pm
is it possible to use eps in fo (I'm using renderX to parse my fo right now) if not, can I combine svg in some way? ... From: ronald heller...