[Home] [By Thread] [By Date] [Recent Entries]

Subject: 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
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member