Código:
<tr style="display: table-row">
<xsl:attribute name="name">modulos</xsl:attribute>
<xsl:attribute name="id"><xsl:value-of select="../id"/></xsl:attribute>
<td width="50" align="right">
<input type="image" src="{$wdkImgRoot}/i_plus.gif">
<xsl:attribute name="onclick">ocultar('<xsl:value-of select="id"/>');return false;</xsl:attribute>
<xsl:attribute name="id">input_<xsl:value-of select="id"/></xsl:attribute>
<xsl:attribute name="name">icon</xsl:attribute>
</input>
</td>
...
Aqui pongo un poco mas de codigo por si puede ayudar...
Si alguien me puede ayudar se lo agradeceria!