| Subject: Re: [xsl] problem with handling conditional for loops From: "Aron Bock" <aronbock@xxxxxxxxxxx> Date: Thu, 28 Apr 2005 01:15:27 +0000 | 
Sorry trouble already. $nodeToProcess now correctly contains values found in either the <xsl:when> or <xsl:otherwise> statement.
You probably want:
<xsl:variable name="nodeToProcess"> <xsl:choose> ... </xsl:choose> </xsl:variable>
The choose should be inside the variable definition; else the variable goes out of scope when the choose finishes.
Suggestions Rahil
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] problem with handling con, Jon Gorman | Thread | Re: [xsl] problem with handling con, Rahil | 
| [xsl] followup on multi-level group, Bruce D'Arcus | Date | [xsl] Cannot have a DOCTYPE declara, mad rat | 
| Month |