I found a very useful XSLT Tutorial and Reference in W3Schools. It is a good starting guide for XSLT beginners like me =).
W3Schools – XSLT Tutorial
Done =)
I found a very useful XSLT Tutorial and Reference in W3Schools. It is a good starting guide for XSLT beginners like me =).
W3Schools – XSLT Tutorial
Done =)
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>