Re: [xsl] xslt 2 grouping - solution and result: xsl-fo property list.

Subject: Re: [xsl] xslt 2 grouping - solution and result: xsl-fo property list.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 15 Jul 2002 16:20:48 +0100
  So it would be

     <xsl:for-each select="distinct-values(current-group()/@att)">
       <xsl:value-of select="concat(., ' ')"/>
     </xsl:for-each>



or even 
 <xsl:value-of select="distinct-values(current-group()/@att)"  separator=" "/>

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread