removing_duplicated_data

1
2
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="text"/>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XSLT 1.0 to omit duplicate value on a comma-separated string.

INPUT :- <t>asdf,asdf,weqt,fd,asdf,asdf</t>
OUTPUT :- asdf,weqt,fd

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.