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