xsl... tables... colspan...

Ana Heitor (aheitor@ef.pt)
Mon, 2 Nov 1998 14:43:55 +0000 (WET)


Hi,

Someone can tell me, how can I write rules in xsl for:

1) have two tables;

2) One table with a variable number of columns.

For example:

<rule>
<element type="tag1">
<element type="tag2">
<target-element type="tag3"/>
</element>
</element>

<td colspan="2"><children/></td>
</rule>

I want evaluate the colspan dynamicaly in function of columns number.

Thanks

AH