Thanks again, Mike!
> -----Original Message-----
> From: Kay Michael [mailto:Michael.Kay@xxxxxxx]
> Sent: Friday, December 01, 2000 6:39 AM
> To: 'xsl-list@xxxxxxxxxxxxxxxx'
> 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
|