Hi all,
I am trying to (within my XSL) determine the number of occurences of an element in the referencing XML file. The XML file is created dynamically.
What I want to be able to do is use this count and control the rowspan on a <td> with it.
Pseudocode:
<td rowspan = "# of employee tags in the XML document">
I hope someone has the answer.:eek:
Thanks in advance!
