RE: [xsl] selecting specific number of nodes from a list of nodes

Subject: RE: [xsl] selecting specific number of nodes from a list of nodes
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 9 Apr 2002 09:09:57 +0100
> I have a list of nodes that I can select based on a criteria.  But 
> I need only a specific number of them.  For eg. a criteria may 
> return 10 nodes but I just need to select the first 6 nodes.  How 
> can I do this.  I need to do this for pagination in FO.

$list-of-nodes[criterion-1][criterion-2][position()<=6]

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

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


Current Thread