[xsl] applying one template to next chunk of child nodes

Subject: [xsl] applying one template to next chunk of child nodes
From: Alexander Stippler <stip@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 13 Jan 2006 15:58:03 +0100
Hi

I wonder if it is possible to call a template on a fixed number of following siblings. I have something like:

<AllItems>
   <Item> ... </Item>
   <Item> ... </Item>
   ...
</AllItems>

Is there a posibility to call a template for the first 10 Item-Tags, consume them this way, call the template
on the next 10 Item-Tags and so on. If yes, a small example would help me a lot.


Best regards,
	Alex

Current Thread