[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] [Illegal?] setting xsl:variable inside xsl:if code block
Subject: RE: [xsl] [Illegal?] setting xsl:variable inside xsl:if code block
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 2 Dec 2004 09:01:00 -0000
|
> It's the 2nd case :) I was trying to conditionally set the
> variable and then
> save it for later use outside of the block. Oh well, as long
> as I know why.
The way to do this is
<xsl:variable>
<xsl:if>
...
</xsl:if>
</xsl:variable>
Michael Kay
http://www.saxonica.com/
|