xsl-list
[Top] [All Lists]

[xsl] Is xsl:for-each "syntactic sugar"?

2010-05-06 18:02:22
Hi Folks,

1. Everything that can be done using xsl:for-each can be done using a recursive 
function. (True or False)

2. There are things that can be done using a recursive function that cannot be 
done using xsl:for-each. (True or False)

3. xsl:for-each is syntactic sugar. (True or False)

4. Favor recursive functions over xsl:for-each. (True or False)

/Roger

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