selecting nodes

Subject: selecting nodes
From: "Ben Sorek" <bsorek@xxxxxxxxxxxxx>
Date: Sun, 2 Apr 2000 13:10:12 +0200
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


Current Thread