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

Reply via email to