Re: [xsl] possible nested loops

Subject: Re: [xsl] possible nested loops
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 16 Feb 2006 09:14:48 GMT
> Nest one for-each loop inside another and have the inner loop reference
> only the nodes in the containing outer loop and not the whole document,

Since that is the normal behaviour and you haven't shown us what you are
doing to make the system so something else (probably you are explictly
referring to the whole document rather than the current node by selecting
using a path starting with /) it's rather hard to offer any help.
Also probably you don't want to be using for-each but rather
apply-templates.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread