You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Skladov, Victor" <Sk...@his.de> on 2001/11/20 14:24:54 UTC

FO: different count of columns

Hi to all!

I 'm working with FO at the moment and can't solve the following problem
so far:
I generate tables that have different count of columns. The count is
being calculated in my XSP.
PROBLEM:
How can I forward this count of columns to my XSL that makes a FO
document? If I have for example 8 columns, how else can I write the
following instructions?
			
<fo:table>
				<fo:table-column column-width="2cm"/>
				<fo:table-column column-width="2cm"/>
				<fo:table-column column-width="2cm"/>
				<fo:table-column column-width="2cm"/>
				<fo:table-column column-width="2cm"/>
				<fo:table-column column-width="2cm"/>
				<fo:table-column column-width="2cm"/>
				<fo:table-column column-width="2cm"/>
				<fo:table-body>
						<fo:table-row>etc.


Thanks for advance for your help
Regards,
Viktor

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>