[xsl] how do I select a specific number of nodes from a tree

Subject: [xsl] how do I select a specific number of nodes from a tree
From: Paul Barclay <paul.barclay@xxxxxxxxxxxxxxxxxx>
Date: 09 Dec 2003 10:29:24 +0000
I want to express the following as XSL, could anybody help?

"From a given position in a tree select the next 10 children."

the tree might look like:

<root>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	<child .../>
	


________________________________________________________________________

E-mail is an informal method of communication and may be subject to data corruption, interception and unauthorised amendment for which Digital Bridges Ltd will accept no liability. Therefore, it will normally be inappropriate to rely on information contained on e-mail without obtaining written confirmation.

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.

________________________________________________________________________


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread