Hi all,
I am converting the xml data to html using xsl file.In this I need to give link (<a href=") in html from the value of xml element.
I assigned the value to a variable in xsl as vId and I try to use it in the href attribute.
example:
</xsl:value-of>>hello!!
But xsl is not allowing this action.
How to assign the xsl variable value to href attribute?
Help me to slove this problem.
regards,
Selva.