xsl-list
[Top] [All Lists]

Re: [xsl] XSL Variable not getting set

2007-03-14 06:58:58
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--