ClassCastException when using an XSL variable
Tuesday, May 24th, 2005XSL can be so frustrating.
So today, I wanted to be able to do something like this:
<xsl:variable name=”foo”>
<xsl:choose>
<xsl:when test=”bar”>
<xsl:copy-of select=”bar”/>
</xsl:when>
<xsl:otherwise>
[…]