Managing Table columns through XSL:FO ..Continued....

Hi again,

I am extremely sorry for not being able to put forth my query in a proper
way.

Let me put it in a concise way...

1. My document has many tables with varied number of columns.
2. Now, in my example, I have create a template:	<xsl:template
match="table">, which has the table's formatting specification.
3. From the main template, that is, <xsl:template match="chapter"> I tried
to control the number of columns of the table based of on the tag <columns>
value using <xsl:choose>.
4. I am able to do it for two consecutive number of column differences. For
example: Column 8 and 7. But when I try to include third table of columns 6
or 9, I am getting error.

I need to build one .xsl file, using which I can generate .pdf files from
.xml data. Which should free me from the number of columns per table
headache. (Max. Columns are 16)

Please, help me out.
Thank you in advance.
Girish Kanmas
TI Extn: 1387
Mobile: 091-80-56728348

Received on Wednesday, 22 October 2003 06:27:58 UTC