Hi,
I want to pass the value of a variable in my href. Is it possible?
Example:-
<xsl:variable name="URL">
<xsl:value-of select="catalog/cd"/>
</xsl:variable>
<a href="<xsl:value-of select='$URL'/>"> Link to catalog </a>
Please help me, how could i achieve this task?