[xsl] grouping and selecting

Subject: [xsl] grouping and selecting
From: "Earl Spencer" <eapencer74@xxxxxxxxxxx>
Date: Wed, 13 Jun 2001 20:27:48 -0000
Hi folks,
           In the below code

<xsl:for-each select="//ID[not(. = following::ID)]">
          <ID><xsl:value-of select="."/></ID>
</xsl:for-each>

this gives me all the unique ID's without repeating but i even want to get other elements values without repeat whose id is the same as above how do we do that.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread