Subject: listing nodes without redundancy
From: taha taha <taha1793@xxxxxxxx>
Date: Mon, 20 Oct 2003 09:02:32 +0200 (CEST)
|
Hi every one,
I have a small question: How can we list distinct
nodes ( without redundancy)?
In the example below, i want for example to list
manufacturers (mercedes,peugeot,Renault)with no
redundancy.
Thanks
Taha.
<cars>
<car manufacturer="mercedes" model="240"/>
<car manufacturer="peugeot" model="206"/>
<car manufacturer="peugeot" model="405"/>
<car manufacturer="mercedes" model="240"/>
<car manufacturer="Renault" model="clio"/>
</cars>
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|