Category Archives: XSLT

XSLT – Using XSL Variable inside <a href>

Recently i am working on XSLT.

i got an xsl_variable which can be retrieved by <xsl:value-of select=”./xsl_variable” /> in the .xsl. i would like to pass this variable to a Javascript function called popup() inside the <a href>.
Continue reading XSLT – Using XSL Variable inside <a href>

Advertisement