indupriya9
Programmer
Hi XML gurus
I have a code in XSL that used to work with vbscript function in IE but since vbscript is not supported in firefox, I have changed the function to a javascript function. But now the reference in the XSL doesn't seem to recognise the href.
The XSL code is as follows:
When I use the above code, on clicking of the href, I get a 404 error.
I have a code in XSL that used to work with vbscript function in IE but since vbscript is not supported in firefox, I have changed the function to a javascript function. But now the reference in the XSL doesn't seem to recognise the href.
The XSL code is as follows:
Code:
<a class='nav1'><xsl:attribute name="href">selected("<xsl:value-of select='rId'/>","<xsl:value-of select='Rn_Descriptor'/>")</xsl:attribute><xsl:value-of select="Rn_Descriptor"/></a>
When I use the above code, on clicking of the href, I get a 404 error.