Ciao a tutti, questo è il mio codice:
<xsl:if test="/REQLST/html/show_field/id">
<xsl:variable name="pippo" select="/REQLST/html/show_field/id" />
<td width="5%"><a href="javascript:sortCol('1')"><xsl:value-of select="/REQLST/html/show_field/id" />
</a></td>
</xsl:if>
quello che vorrei fare è mettere al posto di '1' (javascript:sortCol('1')) il valore della variabile pippo, ma come si fa!?
Grazie!

Rispondi quotando