Re: [xsl] duplicate occurances within strings

Subject: Re: [xsl] duplicate occurances within strings
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Thu, 16 Dec 2004 22:07:36 +0100
With XSLT 1.0 or 2.0?

If i have a variable $thestring   containing the following string:
"Hello, Hello, Hello, test, dog, cat, cat"

Is there a way to use the string-compare function to parse it and
check for duplicates within the string, and then possibly remove those
extra occurrances...resulting in the string "Hello, test, dog, cat"

Thanks
Chris

Current Thread