I have…
<tr>
<xsl:variable name="noofrows" select="count(ChargeGroupsVo)"></xsl:variable>
<td colspan="$noofrows" style="border-top: 1px solid black;padding: 5px;"></td>
</tr>
Here
ChargeGroupsVo is class of data having count some 8
i want that count 8 as colspan….
output type of xslt is HTML
How to do this…
i did this…
dynamically added attribute and value….