PDA

View Full Version : <xsl:for>?


darkmage784
11-05-2005, 01:35 AM
Is there any way to repeat something in XSL? e.g.I spend w<rep count="40">a</rep>y too much time coding. with [pseudo-]XSL:

<xsl:for select="rep/@count"><xsl:value-of select="rep" /></xsl:for>
to produce I spend waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay too much time coding.