C
ceolino
Hi everybody,
I have a problem with an xsl document. I have to generate a table from
an xml document. This table has got a variable number of columns, but
after last data row I'd like to add a "Total row", which colspan should
be the number of columns less one:
-----------------------------------------------
| A | 1 | 2 | ....................|
-----------------------------------------------
| B | 1 | 2 |.....................|
-----------------------------------------------
|.............................................|
-----------------------------------------------
| Total | 3 |
-----------------------------------------------
I tried to put the colspan value into a variable..but then I obviously
can't retrieve it and put it into colspan td's attribute.
Can someone help me please?
Thanks in advance!!
Davide
I have a problem with an xsl document. I have to generate a table from
an xml document. This table has got a variable number of columns, but
after last data row I'd like to add a "Total row", which colspan should
be the number of columns less one:
-----------------------------------------------
| A | 1 | 2 | ....................|
-----------------------------------------------
| B | 1 | 2 |.....................|
-----------------------------------------------
|.............................................|
-----------------------------------------------
| Total | 3 |
-----------------------------------------------
I tried to put the colspan value into a variable..but then I obviously
can't retrieve it and put it into colspan td's attribute.
Can someone help me please?
Thanks in advance!!
Davide