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


> 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

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