[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Confused using a loop...


Subject: Re: [xsl] Confused using a loop...
From: "M. David Peterson" <m.david@xxxxxxxxxx>
Date: Wed, 28 Mar 2007 09:22:33 -0600

On Wed, 28 Mar 2007 09:07:00 -0600, David Carlisle <davidc@xxxxxxxxx> wrote:

> The last of those would make $i a string valued  variable, which is a bit
> more effieicent than the result tree fragment of the original, but it
> still means the string has to be parsed as a decimal literal when used
> in something like
> 	<xsl:with-param name="i" select="$i + 1"/>

Ahh.. That make sense.  Thanks for the clarification!


--
/M:D

M. David Peterson
http://mdavid.name | http://www.oreillynet.com/pub/au/2354 |
http://dev.aol.com/blog/3155


Current Thread