Quote:
quote:Originally posted by Volder
Quote:
|
quote:I don't quite follow the use of xsl:number here. Could you kindly elaborate?
|
Code:
<input type="checkbox" class="config_list" value="{config_id}" name="cfg[][id]" checked="checked">
<xsl:attribute name="id">
<xsl:number/>
</xsl:attribute>
</input>
|
That is exactly what I was looking for. Thank you very much.