This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: sum() of nodeset


Thanks again, Mike!

> -----Original Message-----
> From: Kay Michael [mailto:Michael.Kay@icl.com]
> Sent: Friday, December 01, 2000 6:39 AM
> To: 'xsl-list@mulberrytech.com'
> Subject: RE: sum() of nodeset
> 
> 
> > 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
> 


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]