<xsl:otherwise>
<input style="align:center" onchange="ItemChange(this.id)">
<!-- attributes are applied to the current parent element (i.e. 'input') -->
<xsl:attribute name="value">
<xsl:value-of select="../Properties[@Name = 'value']/Value"/>
</xsl:attribute>
<xsl:attribute name="id">
<xsl:value-of select="../@ItemName" />
</xsl:attribute>
</input>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</TD>
</xsl:when>
<xsl:when test="@Name = 'engineeringUnits'">
<TD border="0">
<xsl:value-of select="Value"/>
</TD>
</xsl:when>
</xsl:choose>
</xsl:for-each>
</TR>
</xsl:for-each>
<TR >
<TD></TD>
</TR>
<TR style="color:#005588">
<TD align="right" colspan="3" >
<Input type ="button" id="buttonApply" value ="Appliquer" onclick="WriteItems()" disabled="true" style="align:center; font-weight:bold; color:blue;" />
<Input type ="button" id="buttonCancel" value ="Annuler" onclick="history.back()" style="align:center; font-weight:bold; color:blue;" />
</TD>
</TR>
</TABLE>
</xsl:template>
</xsl:stylesheet>
J'ai déjà essayé d'ajouter des choses trouvées sur le net mais sans résultats jusqu'à présent. C'est ainsi que je me tourne une nouvelle fois vers vous.