D
darel.finkbeiner
I want to do this:
<xsl:template>
<xsl:choose>
<xsl:when>
Calculate a value.
<xsltherwise>
Calculate a value differently
</xsl:choose>
Use the value I calculated in a couple of different places
</xsl:template>
I can't wrap my head around how to do this. I'm desperate to do this
whole thing in XSLT, but I'm despairing that it may just not be
possible.
Is there a solution that would accomplish something like this?
<xsl:template>
<xsl:choose>
<xsl:when>
Calculate a value.
<xsltherwise>
Calculate a value differently
</xsl:choose>
Use the value I calculated in a couple of different places
</xsl:template>
I can't wrap my head around how to do this. I'm desperate to do this
whole thing in XSLT, but I'm despairing that it may just not be
possible.
Is there a solution that would accomplish something like this?