[Home] [By Thread] [By Date] [Recent Entries]
small correction:
<xsl:template match="@idCUP">
<xsl:attribute name="idCup">
<!-- oops, sorry <xsl:value-of select="@idCUP"/> -->
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
|

Cart



