Re: [xsl] To determine the distinct elements in a sequence of 46,656 elements takes 5 hours of XSLT processing

Subject: Re: [xsl] To determine the distinct elements in a sequence of 46,656 elements takes 5 hours of XSLT processing
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke@xxxxxxxxx>
Date: Mon, 20 Aug 2012 01:22:25 +0200
On 2012-08-20 01:21, Imsieke, Gerrit, le-tex wrote:
<xsl:template match="maps">
<xsl:copy>
     <xsl:for-each-group select="map" group-by="f:signature(.)">
       <xsl:sequence select="." />
     </xsl:for-each-group>
</xsl:copy>
</xsl:template>

Current Thread