xsl-list
[Top] [All Lists]

Re: possible nested loops

2006-02-16 02:14:48

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>