Re: selecting nodes

Subject: Re: selecting nodes
From: Steve Tinney <stinney@xxxxxxxxxxxxx>
Date: Sun, 02 Apr 2000 11:35:31 -0400
> 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


Current Thread