|
Subject: [xsl] Set of distinct values From: "Jason Macki" <jmacki@xxxxxxx> Date: Thu, 31 May 2001 14:02:57 -0500 |
Hello,
I was wondering anyone can suggest a way that XSL can select a set of
distinct values from an XML document, similar to a "Select DISTINCT"
command in SQL.
For example, I'd like to transform this:
<root>
<node>a</node>
<node>b</node>
<node>c</node>
<node>a</node>
<node>b</node>
<node>c</node>
<node>a</node>
<node>b</node>
<node>c</node>
<node>a</node>
<node>b</node>
<node>c</node>
<node>d</node>
</root>
Into this =>
<distinct>
<node>a</node>
<node>b</node>
<node>c</node>
<node>d</node>
</distinct>
Thanks,
Jason
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] XSL to Sort XML Doc retur, Xiaocun Xu | Thread | Re: [xsl] Set of distinct values, Xiaocun Xu |
| Re: [xsl] XSL to Sort XML Doc retur, Xiaocun Xu | Date | Re: [xsl] XSL and Date, Xiaocun Xu |
| Month |