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]
Other format: [Raw text]

Remove duplicates from a list


Hi,

i'm XSL-newbi. I have this XML:

<tdObsResults>
	<OBX ObservationDT="2001-11-05T08:00:00"
Observation_ID="1742-6"/>
	<OBX ObservationDT="2001-11-05T08:00:00"
Observation_ID="1232-6"/>
	<OBX ObservationDT="2001-11-03T08:00:00"
Observation_ID="1685-6"/>
	<OBX ObservationDT="2001-11-02T08:00:00"
Observation_ID="1742-6"/>
	<OBX ObservationDT="2001-11-08T08:00:00"
Observation_ID="1742-6"/>
	<OBX ObservationDT="2001-11-03T08:00:00"
Observation_ID="1685-6"/>
</tdObsResults>

and i need this Result
1742-6
1232-6
1685-6

Thanks for a Tip

Asim


 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]