select distinct?

Subject: select distinct?
From: "Mattias Beermann" <webmaster@xxxxxxxx>
Date: Fri, 18 Feb 2000 12:01:14 +0100
Hi,
I'm using the original IE5 xml parser and I would like to do a select on all
authors attributes in the xml-file, but I only want distinct values. How?

The code I'm using for the moment:
<xsl:for-each select="//@author" order-by=".">
	<xsl:value-of/><br />
</xsl:for-each>

- Mattias



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


Current Thread