xsl-list
[Top] [All Lists]

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

2012-08-19 18:22:53


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>

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