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]

selecting nodes


My XML has a structure 
<CATEGORY>
	<DATA>
		....
	</DATA>

	
	<DATA>
		....
	</DATA>


	<DATA>
		....
	</DATA>


	<DATA>
		....
	</DATA>


	<DATA>
		....
	</DATA>

</CATEGORY>	

I am in template match=CATEGORY

I want to select the first 3 DATA nodes
how do i do that?


 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]