[xsl] number of rows

Subject: [xsl] number of rows
From: "Dionisio Ruiz de Zarate" <dionisio@xxxxxxxxxxxxx>
Date: Tue, 2 Dec 2003 10:36:47 +0100 (CET)
hello
into oe xml i have:

<nofrows>10</nofrows>
the nofrows value is variable.

how can i ade one thing as this using xsl:

for(i=0;i<nofrows;i++){
here print <td><xsl:value-of="xxx"/></td>
}

how can i print one <td></td> nofrows times.


canyou help me?
thanks

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


Current Thread