Subject: Re: [xsl] Creating Sequences From: Jeff Sese <jsese@xxxxxxxxxxxx> Date: Thu, 20 Jul 2006 19:32:49 +0800 |
Thanks, -- Jeff
On 7/20/06, Jeff Sese <jsese@xxxxxxxxxxxx> wrote:Hi!
I'm trying to do a for-each loop using a sequence which is based on two variable that holds the start and end of the sequence:
<xsl:variable name="min" as="xs:integer" select="1"/> <xsl:variable name="max" as="xs:integer" select="5"/>
<xsl:for-each select="$min to $max"> <xsl:value-of select-"."/> </xsl:for-each>
but i get a can convert a NaN to an integer error message. whats wrong with my code?
Nothing is wrong with that code (other than the typo in the xsl:value-of)... are you sure this is the same as your real code?
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Creating Sequences, andrew welch | Thread | [xsl] Having problem matching range, Jeff Sese |
Re: [xsl] directory listing extensi, andrew welch | Date | [xsl] Having problem matching range, Jeff Sese |
Month |