Re: [xsl] XSL Variable not getting set

Subject: Re: [xsl] XSL Variable not getting set
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 14 Mar 2007 14:57:05 +0100
mIchael wolff wrote:
What do you guys mean when you say I am not using the
variable? As I understand it, a variable is assigned
the value of whatever is between the <xsl:variable>
tags. I then check it with an <xsl:if>


I have changed my if to:
<xsl:if test="$Found = ''">

and still no luck.

did you read my post? It tells you where to look.


And no, a variable is not assigned a value. Assignment is not possible in XSLT.

-- Abel

Current Thread