XML - StyleSheet and variable

Hello,

How can I put difference value in difference variable: term1, term2,…

<xsl:for-each select=“languageGrp”>

    <xsl:text></xsl:text><item name='term'><text><xsl:value-of select="term"/></text></item> <xsl:text>

</xsl:text>

</xsl:for-each>

Thank you very much

Subject: XML - StyleSheet and variable

Could you explain in further detail what you want to do? ta

Subject: XML - StyleSheet and variable

Hello,

The first time that I meet ‘term’ I want to put the value in the variable ‘term1’,

The second time in ‘term2’ and …