RE: sum() of nodeset

Subject: RE: sum() of nodeset
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 1 Dec 2000 11:38:56 -0000
> How can I build this table for all different m's? Is there a way
> to do a loop from 1 to 12 somehow? I cannot figure this out.

Write a recursive template that takes n as a parameter, outputs the table
for month n, and if n < 12, calls itself with the parameter set to n+1.

Mike Kay 


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


Current Thread