xsl-list
[Top] [All Lists]

Re: [xsl] Remove duplicates using preceding- or following-siblings

2012-04-02 10:10:08
Hoping for some help...

Post a small complete sample input along with the required output.
Make sure its as small as possible, but covers all your edge cases
too.  Say which xslt processor you are using, and which version of
xslt.

If you want a 1.0 solution it will be 'Muenchian' or key based grouping.

A 2.0 solution will use xsl:for-each-group.

Also have a google of 'attribute value templates' so you don't have
xsl:attribute everywhere.


-- 
Andrew Welch
http://andrewjwelch.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>
--~--