Subject: AW: [xsl] simple conditional looping From: <christof.hoeke@xxxxxxx> Date: Mon, 16 Aug 2004 13:13:05 +0200 |
> Von: David Carlisle [mailto:davidc@xxxxxxxxx] > Betreff: Re: [xsl] 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
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
AW: [xsl] simple conditional loopin, christof.hoeke | Thread | Re: AW: [xsl] simple conditional lo, David Carlisle |
Re: [xsl] simple conditional loopin, David Carlisle | Date | Re: AW: [xsl] simple conditional lo, David Carlisle |
Month |