xsl:variable and match

Subject: xsl:variable and match
From: Ross Cormier <merex@xxxxxxxx>
Date: Thu, 11 May 2000 18:48:58 -0500
Can I use a variable in the match part of xsl:template?


<xsl:variable name="x" select="/ROWSET/REPLACE/@EL"/> <xsl:template match="/ROWSET/{$x}"> <NEWELEMENT><xsl:apply-templates/></NEWELEMENT> </xsl:template>

Thanks in advance,
Ross Cormier
Structure Consulting Group
225-772-4973


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread