| 
 
Subject: Re: [xsl] variable declaration From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Mon, 18 Nov 2002 18:23:12 +0100  | 
However, if this is all there is to this portion of your transform, why use variables at all? Why not just give:
<xsl:for-each select="key('schedTimes',xalan:nodeset($new-schedule)/schedule/myschedule[no t(myschedID = preceding-sibling::myschedule/myschedID)]/myschedID)"> <xsl:call-template name="end-time-format"> <xsl:with-param name="endtime-param" select="time"/> </xsl:call-template> </xsl:for-each>
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] looping through Elements , Wendell Piez | Thread | RE: [xsl] variable declaration, Martinez, Brian | 
| Re: [xsl] looping through Elements , Vasu Chakkera | Date | Re: [xsl] looping through Elements , G. Ken Holman | 
| Month |