[Home] [By Thread] [By Date] [Recent Entries]
> My XML has a structure > <CATEGORY> > <DATA> > .... > </DATA> > <DATA> > .... > </DATA> > I want to select the first 3 DATA nodes > how do i do that? Either use <xsl:value-of select="data[1]"/> etc., or use recursion if you want to parameterize it. Steve XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



