xsl-list
[Top] [All Lists]

Re: [xsl] [XSLT Streaming] Are xsl:for-each and xsl:iterate equivalent?

2013-08-29 11:22:23

To my way of thinking, streaming means that we start at the top and 
sequentially make our way through the document (or break out if desired). 
Given that, it seems like when doing streaming Best Practice is to use 
xsl:iterate and not use xsl:for-each. Do you agree?


If there are no parameters passed from one iteration of the loop to the next, 
and if there is no break-out, then the two constructs are semantically 
equivalent and there is no strong reason to prefer one over the other.

Michael Kay
Saxonica


--~------------------------------------------------------------------
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>
--~--