This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: next sibling


> I am looking for away to jump to the next node in a for-each loop.

You are thinking of XSLT as an imperative programming language with loops
and goto's. It isn't!

When you write an xsl:for-each instruction the select attribute defines the
set of nodes you want to process. Nothing you do inside the xsl:for-each can
change that. The answer almost invariably lies in refining the selection of
the nodes to be processed.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]