RE: [xsl] variable change in xsl:for-each

Subject: RE: [xsl] variable change in xsl:for-each
From: "Jason Macki" <jmacki@xxxxxxx>
Date: Mon, 22 Jul 2002 11:52:38 -0500
Pardon me, in my last posting, I gave mod() the definition for div():

>> If you haven't heard of mod() before, a mod b returns the number of
times b can be subtracted from a without returning >> negative result.

What I should have said was that mod is is the *remainder* from removing
b from a the maximum number of times without getting a negative result.

For example:
5 mod 3 is 2, 5 div 3 is 1
5 mod 4 is 1, 5 div 4 is 1




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread