Subject: Re: looping
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 27 Nov 2000 16:30:11 GMT
|
<xsl:param name="start-val" select="'0'"/>
^ ^
you are relying on the implicit coercion from string to number here,
simpler to give the number directly
<xsl:param name="start-val" select="0"/>
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- looping
- Matthew Cordes - Mon, 27 Nov 2000 10:56:36 -0500
- David Carlisle - Mon, 27 Nov 2000 16:30:11 GMT <=
|
|