Can i use xsl:variable whit Sablot?
is this wrong?:
<xsl:template match="persona">
<xsl:variable name="color">Hello</xsl:variable>
<xsl:value-of select="$color"/>
</xsl:template>
Thank you