Retrieving Distinct text

Subject: Retrieving Distinct text
From: "Amit Khemka" <AmitK@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 14 Jul 1999 17:56:24 -0500
Is it possible using XSL, to extract Distinct Values for a given element. So if I have something like :

<companies>
 <company>
        <city>chicago</city>
 </company>
 <company>
       <city>schaumburg<city>
  </company><company>
       <city>chicago</city>
  </company>
</companies>

And I want to extract all Distinct city so that it would return : chicago, schaumburg

thanx


- Amit Khemka
Upright Software
p. 847-480-1950
f. 847-291-7763



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


Current Thread