Code:
<xsl:variable name="cls"> <xsl:value-of select="./@class"/> </xsl:variable> <xsl:variable name="abc"> <xsl:value-of select="html/head/style/$cls/@style"/> </xsl:variable>
Can u provide me an alternative to this .
<xsl:variable name="cls"> <xsl:value-of select="./@class"/> </xsl:variable> <xsl:variable name="abc"> <xsl:value-of select="html/head/style/$cls/@style"/> </xsl:variable>
Comment