[Home] [By Thread] [By Date] [Recent Entries]
> Von: David Carlisle [mailto:davidc@xxxxxxxxx] > Betreff: Re: simple conditional looping > > > <xsl:for-each select="//*[position() < 50]"> > > Needs to be: > > <xsl:for-each select="(//*)[position() < 50]"> > ^ ^ > David > maybe a silly question, but why exactly do you need the ()? something like //* with a predicate [] should be enough or not? thanks chris
|

Cart



