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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]