[Home] [By Thread] [By Date] [Recent Entries]
On 3/8/07, David Carlisle <davidc@xxxxxxxxx> wrote:
. Completely agree with David. Not speaking about performance but about *style* and expressiveness, there are some interesting things to note: 1. No need to explicitly specify recursion in the "keys" aproach. 2. No need to pass parameters using the "keys" approach-- most of the work is being done as one atomic operation -- the one-time creation of the index 3. Some purists will comment that <for-each-group/> supports the "more imperative-like", "pull" style of using <xsl:for-each/> as contrasted with the more general and flexible push-style <xsl:apply-templates/> 4. The"keys" approach works without any change both in XSLT 1.0 and XSLT 2.0
-- Cheers, Dimitre Novatchev --------------------------------------- Truly great madness cannot be achieved without significant intelligence. --------------------------------------- To invent, you need a good imagination and a pile of junk ------------------------------------- You've achieved success in your field when you don't know whether what you're doing is work or play
|

Cart



