Actual element tags are not getting captured.
- by user323719
I am using the below piece of XSL code to construct a span tag calling a javascript function on mouseover. The input to the javascipt should be a html table. The output from the variable "showContent" gives just the text content but not along with the table tags.
How can this be resolved.
XSL:
<xsl:variable name="aTable"…