[xsl] invalid xpath expression

Subject: [xsl] invalid xpath expression
From: abbouh <abbouh@xxxxxxxxxxxxxxxxx>
Date: Wed, 28 May 2003 18:09:36 +0000
my xsl file is:

<xsl:choose>
<xsl:when test=".=list">
<xsl:variable name="n" select="12"/>
</xsl:when>
<xsl:otherwise>
<xsl:variable name="n" select="2"/>
</xsl:otherwise>
</xsl:choose>
-------------------
<xsl:variable name="m" select="$n"/>

i receive the error :invalid xpath expression!
so what the problem in <xsl:variable name="m" select="$n"/>?


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


Current Thread