xsl-list
[Top] [All Lists]

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

2011-09-29 08:00:59
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/

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