number of rows2003-12-02 02:36:47hello
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
|
|
||||||||||||||||