| Subject: Re: [xsl] Grouping the elements From: Abel Braaksma <abel.online@xxxxxxxxx> Date: Thu, 14 Sep 2006 15:25:41 +0200 | 
<xsl:template match="/Root"> <Root> <xsl:for-each select="*[generate-id() = generate-id(key('x', local-name())[1])]">
<xsl:template match="Root">
   <xsl:copy>
       <xsl:apply-templates
        select="*[generate-id() =
           generate-id(key('x', local-name())[1])]"/>
   </xsl:copy>
</xsl:template>| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Grouping the elements, Mukul Gandhi | Thread | Re: [xsl] looking for an attribute, David Carlisle | 
| Re: [xsl] How to View Entity Refere, David Carlisle | Date | [xsl] Newbie help / Grouping and su, Kirov Plamen | 
| Month |