Subject: Re: tokenize(), grouping problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 22 Apr 2005 23:17:47 +0100
|
<xsl:for-each select="distinct-values(record/subjects/tokenize(.,'; *'))">
<xsl:sort select="."/>
<subject><xsl:value-of select="."/></subject>
</xsl:for-each>
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|