← Prev in month ← Prev in thread

XLST 'DISTINCT' Equivalent

From
Culshaw, James <>
To
"XML-Dev (E-mail)" <>
Date
2002-01-30T08:51:05
ID
<>
Thread
XLST 'DISTINCT' Equivalent
Hi,

I was wondering if there was a way of using XSLT to return a distinct set of
values from an XML document?

e.g.

<TAG1>
  <TAG2>John</TAG2>
  <TAG2>Fred</TAG2>
  <TAG2>John</TAG2>
</TAG>


What I want back using XSL or XSLT is Fred and John.

James :-)
← Prev in month ← Prev in thread