Does anybody know a way to convert attribute name to uppercase?
Regards, Dima
Code:
<xsl:template match="property">
<xsl:element name="[b]capitalize{@name}">
<xsl:apply-templates/>
</xsl:element>
</xsl:template>
Regards, Dima