This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: number in xsl:for-each (newbie)


This is THE most FAQ, have a look at the archives or D. Pawson's FAQ:

iteration: http://www.dpawson.co.uk/xsl/sect2/N4806.html
looping: http://www.dpawson.co.uk/xsl/sect2/N5019.html
recursion: http://www.dpawson.co.uk/xsl/sect2/recursion.html
repetition: http://www.dpawson.co.uk/xsl/sect2/repetition.html

And please avoid "newbie". Isn't everybody sometimes a newbie? It would be the most used word on the list.

Regards,

Joerg

thomas wrote:
Hello
I need to generate svg graphics in a pdf.
I always use a xsl:for-each loop. Unfortunatly I can only use XPath in the xsl:for-each. I need a number.
<xsl:for-each select="25">
loop this 25 times and then go to bed
</xsl:for-each>

anyhow..?
maybe I'm to tired and its only a silly syntaxbug..

thanx thomas

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]