Re: [xsl] Identifying unique attribute values in nested sibling elements

Subject: Re: [xsl] Identifying unique attribute values in nested sibling elements
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Thu, 29 Sep 2011 15:00:43 +0200
Mark wrote:

Also, in your statement: <xsl:for-each-group select="current-group()"
select="string-join(Value/@*, '|'">, I assumed the second "select" was a
typo for "group-by". Is that assumption correct?

Yes, sorry about that mistake.


The string-join assembles the values of all attributes into one string to have some key value for grouping the items.

--

	Martin Honnen --- MVP Data Platform Development
	http://msmvps.com/blogs/martin_honnen/

Current Thread