Re: [xsl] XSLT: Taking Value of One Attribute and Smearing it Across multiple times

Subject: Re: [xsl] XSLT: Taking Value of One Attribute and Smearing it Across multiple times
From: "Rex Rex" <perlicious@xxxxxxxxx>
Date: Fri, 4 May 2007 10:11:05 -0400
Hello Torsten:

> However for George, I am getting the right output. I am unfamiliar
> with the recursive templates and so am trying to understand both of
> your responses.

I do not! I get only n-1 times the value. Do I count wrong?

Correct. I had to tweak his variable definition like this:


<xsl:variable name="n" select="fcst/@end_hr - fcst/@start_hr + 1"/>

Current Thread