Subject: avoiding repeated items
From: Aniceto López <alopez@xxxxxxxxxxx>
Date: Thu, 1 Mar 2001 18:56:17 +0100
|
hi:
simple question: how to avoid repeated elements?
in a xml file like this
<poetas>
<autor>anonimo</autor>
<autor>arcipreste de hita</autor>
<autor>becquer</autor>
<autor>becquer</autor>
<autor>becquer</autor>
<autor>campoamor</autor>
<autor>dario</autor>
<autor>encina</autor>
<autor>encina</autor>
<autor>encina</autor>
<autor>espronceda</autor>
<autor>garcilaso</autor>
<autor>gongora</autor>
<autor>gongora</autor>
<autor>gongora</autor>
<autor>lope</autor>
</poetas>
I need to list all the "autor" without repeat the
ones repeated in the xml file, just like this:
anonimo
arcipreste de hita
becquer
campoamor
dario
encina
espronceda
garcilaso
gongora
lope
thanks for helping
Ani Lopez
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- avoiding repeated items
- Aniceto López - Thu, 1 Mar 2001 13:00:02 -0500 (EST) <=
- cutlass - Thu, 1 Mar 2001 13:36:13 -0500 (EST)
- Tim Watts - Thu, 1 Mar 2001 17:26:54 -0500 (EST)
- Evan Lenz - Thu, 1 Mar 2001 17:50:11 -0500 (EST)
- <Possible follow-ups>
- Don Bruey - Thu, 1 Mar 2001 13:22:07 -0500 (EST)
|
|