xsl-list
[Top] [All Lists]

[xsl] Extract unique values

2006-03-23 15:46:25
Hi all,
I want to extract all the <c> from the following xml with uniqe values. So in 
the transformed, no two <c> element should have same values. 
<?xml version="1.0" encoding="UTF-8"?>
<a>
        <b>
                <c>1234</c>
                <d>23</d>
        </b>
        <b>
                <c>1234</c>
                <d>24</d>
        </b>
        <b>
                <c>5678</c>
                <d>25</d>
        </b>
        <b>
                <c>1234</c>
                <d>25</d>
        </b>
</a>
Thanks,
Navpreet



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>