xsl-list
[Top] [All Lists]

Re: Re: [xsl] Can someone explain this generate-id and key xsl fragment to me?

2014-02-28 14:44:32
 I think you're right, looking at what is supposed to be going on here.

So, to my next question, as that is trying to find all the unique 
module_impacted elements. What would cause this to skip some unique 
module_impacted elements?
 
 
 
On 02/28/14, David Carlisle<davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:
 
That is the standard idiom known as Muenchian grouping (google for it) 
that was used to group items (or remove duplicates0 in XSLT 1. It is 
largely replaced by xsl:for-each-group in XSLT2.



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


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