私は持っています...
<tr>
<xsl:variable name="noofrows" select="count(ChargeGroupsVo)"></xsl:variable>
<td colspan="$noofrows" style="border-top: 1px solid black;padding: 5px;"></td>
</tr>
ここで 、 ChargeGroupsVoは、カウントが8のデータのクラスです。カウント8をcolspanとして使用します。xslt の出力タイプはHTML です。これを行う方法...