I have XSL template, which I am using a for-each loop.
I would like to do the following:
As you can see, doing it this way, calling xsl tag within div tab doesn't work. I'm sure there is an easy way to do this, but I have not been able to find a simple reference for this.
F.Y.I. I am using dynamic divs to have hidden / visible / clickable layers. It works well with standard HTML, and I am now trying it i combo with xsl.
I would like to do the following:
Code:
<DIV ID="<xsl:value-of select="PLAYINGSEASON"/> <xsl:value-of select="YEAR"/>">
....
</DIV>
As you can see, doing it this way, calling xsl tag within div tab doesn't work. I'm sure there is an easy way to do this, but I have not been able to find a simple reference for this.
F.Y.I. I am using dynamic divs to have hidden / visible / clickable layers. It works well with standard HTML, and I am now trying it i combo with xsl.