S
Simon
Hi,
I would like to use <xsl:variable> and <xsl:choose> to dynamically set a
node-set to a variable.
Something like:
<xsl:variable name="MyVar">
<xsl:choose>
<xsl:when test="$MyVar2='0'">
Here I want to select a node set from the source xml document
</xsl:when>
<xsl
therwise>
Here I want to select a different node set from the source xml
document
</xsl
therwise>
</xsl:choose>
</xsl:variable>
Does anyone know how I can do this?
Thanks.
Simon
I would like to use <xsl:variable> and <xsl:choose> to dynamically set a
node-set to a variable.
Something like:
<xsl:variable name="MyVar">
<xsl:choose>
<xsl:when test="$MyVar2='0'">
Here I want to select a node set from the source xml document
</xsl:when>
<xsl
Here I want to select a different node set from the source xml
document
</xsl
</xsl:choose>
</xsl:variable>
Does anyone know how I can do this?
Thanks.
Simon