|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] xslt 2 grouping - solutio, DPawson | Thread | [xsl] XSL FAQ Page, Guy McArthur |
| RE: [xsl] xslt 2 grouping - solutio, DPawson | Date | [xsl] Xalan information, Edward L. Knoll |
| Month |