|
|
 |
RE: FN-FORUM: XSLT for-next
date posted 29th July 2004 14:59
If I understand correctly, then you want a recursive template which
takes a value, writes out some html, and then calls itself with that
value - 1, until value = 0.
Brain too hot to think about code...
Karl
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On
> Behalf Of Andy Macnaughton-Jones
> Sent: 29 July 2004 15:37
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: FN-FORUM: XSLT for-next
>
>
>
> Hi,
> I want to create some blank records on a page for
> population, the quantity of records is variable (but I know
> the number at the time).
>
> So I'd like to do the equivalent of;
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> But instead of getting each MyList node, to just repeat a
> given list a number of times - the value is contained as
> [EMAIL REMOVED]
>
> Any ideas ?
>
> Cheers
> Andy
|
 |
|