xsl-list
[Top] [All Lists]

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

2007-05-04 07:11:20
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"/>

--~------------------------------------------------------------------
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>
--~--