This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

select distinct?


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]